{
    "Function": "latest",
    "File": "contracts/lib/openzeppelin-contracts/contracts/mocks/CheckpointsImpl.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "Checkpoints"
    ],
    "Internal Calls": [],
    "Library Calls": [
        "latest"
    ],
    "Low-Level Calls": [],
    "Code": "function latest() public view returns (uint256) {\n        return _totalCheckpoints.latest();\n    }"
}