{
    "Function": "_getCurrentTempEstimateSession",
    "File": "contracts/routers/FullRouter.sol",
    "Parent Contracts": [
        "contracts/routers/StrategyRouter.sol",
        "contracts/helpers/StrategyTypes.sol",
        "contracts/interfaces/IStrategyRouter.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function _getCurrentTempEstimateSession(address strategy) private view returns(int256) {\n        return _tempEstimate[0][strategy][address(0)]; // counter\n    }"
}