{
    "Function": "_cycleOf",
    "File": "src/Drips.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function _cycleOf(uint32 timestamp) private view returns (uint32 cycle) {\n        unchecked {\n            return timestamp / _cycleSecs + 1;\n        }\n    }"
}