{
    "Function": "borrow",
    "File": "src/test/mocks/BorrowContract.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "Market"
    ],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function borrow(uint amount) external {\n        market.borrow(amount);\n    }"
}