{
    "Function": "getSwapIn",
    "File": "src/interfaces/ILBRouter.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function getSwapIn(\n        ILBPair LBPair,\n        uint256 amountOut,\n        bool swapForY\n    ) external view returns (uint256 amountIn, uint256 feesIn);"
}