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

Function isConditionalCommand

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

Source from the content-addressed store, hash-verified

113}
114
115function isConditionalCommand(
116 command: unknown
117): command is IConditionalCommand {
118 return hasCommandType(command, CommandType.Conditional);
119}
120type UserScriptObjectExport = Record<string, unknown> & {
121 entry?: UserScriptFunction;
122 settings?: Record<string, unknown>;

Callers 1

executeCommandsMethod · 0.85

Calls 1

hasCommandTypeFunction · 0.85

Tested by

no test coverage detected