{
    "Function": "pricePointNextIndex",
    "File": "contracts/market/OverlayV1PricePoint.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function pricePointNextIndex() public view returns (\n        uint nextIndex_\n    ) {\n\n        nextIndex_ = _pricePoints.length;\n\n    }"
}