{
    "Function": "getLiquidityPool",
    "File": "src/PoolManager.sol",
    "Parent Contracts": [
        "src/util/Auth.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function getLiquidityPool(uint64 poolId, bytes16 trancheId, address currency) public view returns (address) {\n        return pools[poolId].tranches[trancheId].liquidityPools[currency];\n    }"
}