{
    "Function": "withdraw",
    "File": "contracts/contracts/mocks/LendingPoolAaveMock.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "abi.decode()"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function withdraw(\n    address asset,\n    uint256 amount,\n    address to\n  ) public pure returns (uint256) {\n    return (abi.decode(\"\", (uint256)));\n  }"
}