MCPcopy Create free account
hub / github.com/chhoumann/quickadd / isWaitCommand

Function isWaitCommand

src/engine/MacroChoiceEngine.ts:91–93  ·  view source on GitHub ↗
(command: unknown)

Source from the content-addressed store, hash-verified

89}
90
91function isWaitCommand(command: unknown): command is IWaitCommand {
92 return hasCommandType(command, CommandType.Wait);
93}
94
95function isNestedChoiceCommand(
96 command: unknown

Callers 1

executeCommandsMethod · 0.85

Calls 1

hasCommandTypeFunction · 0.85

Tested by

no test coverage detected