MCPcopy Index your code
hub / github.com/callstack/agent-device / isTypingCommand

Function isTypingCommand

src/replay/script-utils.ts:31–33  ·  view source on GitHub ↗
(command: string)

Source from the content-addressed store, hash-verified

29}
30
31function isTypingCommand(command: string): command is 'type' | 'fill' {
32 return command === 'type' || command === 'fill';
33}
34
35export function formatScriptArg(value: string): string {
36 return formatScriptToken(value, isStructuralScriptToken);

Callers 2

appendScriptSeriesFlagsFunction · 0.85
parseReplaySeriesFlagsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected