Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
91
function
isWaitCommand(command: unknown): command is IWaitCommand {
92
return
hasCommandType(command, CommandType.Wait);
93
}
94
95
function
isNestedChoiceCommand(
96
command: unknown
Callers
1
executeCommands
Method · 0.85
Calls
1
hasCommandType
Function · 0.85
Tested by
no test coverage detected