{
    "Function": "pairFor",
    "File": "contracts/mocks/MockUniswapV2Library.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "UniswapV2Library"
    ],
    "Internal Calls": [],
    "Library Calls": [
        "pairFor"
    ],
    "Low-Level Calls": [],
    "Code": "function pairFor(\n        address _factory,\n        address _token0,\n        address _token1\n    ) external pure returns (address) {\n        return UniswapV2Library.pairFor(_factory, _token0, _token1);\n    }"
}