{
    "Function": "cancelRely",
    "File": "src/Root.sol",
    "Parent Contracts": [
        "src/util/Auth.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "auth"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function cancelRely(address target) external auth {\n        schedule[target] = 0;\n        emit RelyCancelled(target);\n    }"
}