{
    "Function": "constructor",
    "File": "contracts/lib/solmate/src/test/utils/mocks/MockAuthority.sol",
    "Parent Contracts": [
        "contracts/lib/solmate/src/auth/Auth.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor(bool _allowCalls) {\n        allowCalls = _allowCalls;\n    }"
}