{
    "Function": "_setCommandExecuted",
    "File": "contracts/gmp-sdk/test/MockGateway.sol",
    "Parent Contracts": [
        "contracts/gmp-sdk/interfaces/IAxelarGateway.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "_getIsCommandExecutedKey"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function _setCommandExecuted(bytes32 commandId, bool executed) internal {\n        bools[_getIsCommandExecutedKey(commandId)] = executed;\n    }"
}