{
    "Function": "getConfigCount",
    "File": "contracts/token/TimelockConfig.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "EnumerableSet"
    ],
    "Internal Calls": [],
    "Library Calls": [
        "length"
    ],
    "Low-Level Calls": [],
    "Code": "function getConfigCount() external view returns (uint256 count) {\n    return _configSet.length();\n  }"
}