{
    "Function": "delegatedFunction",
    "File": "contracts/lib/openzeppelin-contracts/contracts/mocks/proxy/ClashingImplementation.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function delegatedFunction() external pure returns (bool) {\n        return true;\n    }"
}