{
    "Function": "exit",
    "File": "contracts/mock/MockStabilizePool.sol",
    "Parent Contracts": [
        "contracts/interfaces/Stabilize.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "withdraw",
        "getReward"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function exit(uint256 _pid, uint256 _amount) external override {\n        withdraw(_pid, _amount);\n        getReward(_pid);\n    }"
}