{
    "Function": "getStrategyValue",
    "File": "contracts/test/LibraryWrapper.sol",
    "Parent Contracts": [
        "contracts/helpers/StrategyTypes.sol"
    ],
    "High-Level Calls": [
        "IOracle"
    ],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function getStrategyValue() external view returns (uint256) {\n        (uint256 total, ) = oracle.estimateStrategy(strategy);\n        return total;\n    }"
}