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

Function isOpenFileCommand

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

Source from the content-addressed store, hash-verified

109}
110
111function isOpenFileCommand(command: unknown): command is IOpenFileCommand {
112 return hasCommandType(command, CommandType.OpenFile);
113}
114
115function isConditionalCommand(
116 command: unknown

Callers 1

executeCommandsMethod · 0.85

Calls 1

hasCommandTypeFunction · 0.85

Tested by

no test coverage detected