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