{
    "Function": "reverts",
    "File": "contracts/openzeppelin-solidity/contracts/mocks/DummyImplementation.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "require(bool,string)"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function reverts() public pure {\n        require(false, \"DummyImplementation reverted\");\n    }"
}