{
    "Function": "toGranularRole",
    "File": "src/kuma-protocol/libraries/Roles.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "keccak256(bytes)",
        "abi.encode()"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function toGranularRole(bytes32 role, bytes32 riskCategory) internal pure returns (bytes32) {\n        return keccak256(abi.encode(role, riskCategory));\n    }"
}