{
    "Function": "governor",
    "File": "contracts/governance/EmergencyGovernable.sol",
    "Parent Contracts": [
        "node_modules/@openzeppelin/contracts/access/Ownable.sol",
        "node_modules/@openzeppelin/contracts/utils/Context.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "owner"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function governor()\n        internal\n        view\n        returns (TimelockGovernorWithEmergencyGovernance)\n    {\n        return TimelockGovernorWithEmergencyGovernance(owner());\n    }"
}