{
    "Function": "_exists",
    "File": "contracts/models/DAO.sol",
    "Parent Contracts": [
        "contracts/services/ReentryProtection.sol",
        "contracts/models/EternalModel.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "abi.encode()",
        "getBool",
        "keccak256(bytes)"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function _exists(address _uuid) internal view returns (bool) {\n    return getBool(keccak256(abi.encode(_uuid, 'exists')));\n  }"
}