{
    "Function": "isCommandExecuted",
    "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 isCommandExecuted(bytes32 commandId) public view override returns (bool) {\n        return bools[_getIsCommandExecutedKey(commandId)];\n    }"
}