{
    "Function": "reset",
    "File": "contracts/lib/openzeppelin-contracts/contracts/mocks/TimersBlockNumberImpl.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "Timers"
    ],
    "Internal Calls": [],
    "Library Calls": [
        "reset"
    ],
    "Low-Level Calls": [],
    "Code": "function reset() public {\n        _timer.reset();\n    }"
}