{
    "Function": "setStateToTrue",
    "File": "contracts/mocks/MockTarget.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "onlyTimelock"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function setStateToTrue() external onlyTimelock {\n        state = true;\n    }"
}