{
    "Function": "beforeWithdraw",
    "File": "contracts/lib/solmate/src/test/utils/mocks/MockERC4626.sol",
    "Parent Contracts": [
        "contracts/lib/solmate/src/mixins/ERC4626.sol",
        "contracts/lib/solmate/src/tokens/ERC20.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function beforeWithdraw(uint256, uint256) internal override {\n        beforeWithdrawHookCalledCounter++;\n    }"
}