{
    "Function": "isBalanced",
    "File": "contracts/test/LibraryWrapper.sol",
    "Parent Contracts": [
        "contracts/helpers/StrategyTypes.sol"
    ],
    "High-Level Calls": [
        "IStrategy"
    ],
    "Internal Calls": [
        "_checkBalance"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function isBalanced() external view returns (bool) {\n        return\n            _checkBalance(\n                strategy.rebalanceThreshold()\n            );\n    }"
}