{
    "Function": "userUnderlyingView",
    "File": "src/contracts/strategies/StrategyWrapper.sol",
    "Parent Contracts": [
        "src/contracts/interfaces/IStrategy.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "shares",
        "sharesToUnderlyingView"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function userUnderlyingView(address user) external view returns (uint256) {\n        return sharesToUnderlyingView(shares(user));\n    }"
}