{
    "Function": "hasMemberRageQuit",
    "File": "contracts/testing/stakehouse/StakeHouseRegistry.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function hasMemberRageQuit(bytes calldata) public pure returns (bool) {\n        return false;\n    }"
}