{
    "Function": "loadTokenId",
    "File": "src/libraries/DelegateTokenRegistryHelpers.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "IDelegateRegistry",
        "RegistryHashes"
    ],
    "Internal Calls": [],
    "Library Calls": [
        "location"
    ],
    "Low-Level Calls": [],
    "Code": "function loadTokenId(address delegateRegistry, bytes32 registryHash) internal view returns (uint256) {\n        unchecked {\n            return uint256(IDelegateRegistry(delegateRegistry).readSlot(bytes32(uint256(RegistryHashes.location(registryHash)) + RegistryStorage.POSITIONS_TOKEN_ID)));\n        }\n    }"
}