{
    "Function": "poolLength",
    "File": "contracts/v3/mock/MockConvexVault.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function poolLength() external view returns (uint256) {\n        return poolInfo.length;\n    }"
}