{
    "Function": "calculateConfigId",
    "File": "contracts/token/TimelockConfig.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "keccak256(bytes)",
        "abi.encodePacked()"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function calculateConfigId(string memory name) external pure returns (bytes32 configId) {\n    return keccak256(abi.encodePacked(name));\n  }"
}