{
    "Function": "endReentrancyLock",
    "File": "contracts/SemiFungiblePositionManager.sol",
    "Parent Contracts": [
        "contracts/multicall/Multicall.sol",
        "contracts/tokens/ERC1155Minimal.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function endReentrancyLock(uint64 poolId) internal {\n        // gas refund is triggered here by returning the slot to its original value\n        s_poolContext[poolId].locked = false;\n    }"
}