{
    "Function": "_getPool",
    "File": "src/utils/Swapper.sol",
    "Parent Contracts": [
        "src/interfaces/IErrors.sol",
        "lib/v3-core/contracts/interfaces/callback/IUniswapV3SwapCallback.sol"
    ],
    "High-Level Calls": [
        "PoolAddress",
        "PoolAddress"
    ],
    "Internal Calls": [],
    "Library Calls": [
        "computeAddress",
        "getPoolKey"
    ],
    "Low-Level Calls": [],
    "Code": "function _getPool(address tokenA, address tokenB, uint24 fee) internal view returns (IUniswapV3Pool) {\n        return IUniswapV3Pool(PoolAddress.computeAddress(address(factory), PoolAddress.getPoolKey(tokenA, tokenB, fee)));\n    }"
}