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

Function isEditorCommand

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

Source from the content-addressed store, hash-verified

99}
100
101function isEditorCommand(command: unknown): command is IEditorCommand {
102 return hasCommandType(command, CommandType.EditorCommand);
103}
104
105function isAIAssistantCommand(
106 command: unknown

Callers 1

executeCommandsMethod · 0.85

Calls 1

hasCommandTypeFunction · 0.85

Tested by

no test coverage detected