{
    "Function": "getBorrowedOf",
    "File": "contracts/lybra/pools/base/LybraPeUSDVaultBase.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "_newFee"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function getBorrowedOf(address user) public view returns (uint256) {\n        return borrowed[user] + feeStored[user] + _newFee(user);\n    }"
}