{
    "Function": "increment",
    "File": "contracts/openzeppelin-solidity/contracts/utils/Counters.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function increment(Counter storage counter) internal {\n        unchecked {\n            counter._value += 1;\n        }\n    }"
}