{
    "Function": "empty",
    "File": "contracts/lib/openzeppelin-contracts/contracts/utils/structs/DoubleEndedQueue.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function empty(Bytes32Deque storage deque) internal view returns (bool) {\n        return deque._end <= deque._begin;\n    }"
}