{
    "Function": "getTokenValue",
    "File": "contracts/test/LibraryWrapper.sol",
    "Parent Contracts": [
        "contracts/helpers/StrategyTypes.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "_getTokenValue"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function getTokenValue(address token) external view returns (int256) {\n        return _getTokenValue(strategy, token);\n    }"
}