{
    "Function": "deny",
    "File": "src/BorrowController.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "onlyOperator"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function deny(address deniedContract) public onlyOperator { contractAllowlist[deniedContract] = false; }"
}