{
    "Function": "getPoolId",
    "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 getPoolId(address univ3pool) external view returns (uint64 poolId) {\n        poolId = uint64(s_AddrToPoolIdData[univ3pool]);\n    }"
}