{
    "Function": "_grantRole",
    "File": "contracts/mixins/OZ/AccessControlUpgradeable.sol",
    "Parent Contracts": [
        "node_modules/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol",
        "node_modules/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol"
    ],
    "High-Level Calls": [
        "EnumerableSet"
    ],
    "Internal Calls": [
        "_msgSender"
    ],
    "Library Calls": [
        "add"
    ],
    "Low-Level Calls": [],
    "Code": "function _grantRole(bytes32 role, address account) private {\n    if (_roles[role].members.add(account)) {\n      emit RoleGranted(role, account, _msgSender());\n    }\n  }"
}