{
    "Function": "createIndex",
    "File": "contracts/testing/stakehouse/MockSavETHRegistry.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function createIndex(address _owner) external returns (uint256) {\n        indexIdToOwner[++indexPointer] = _owner;\n        return indexPointer;\n    }"
}