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

Function isExplicitTimeoutCommand

src/daemon/client/daemon-client.ts:136–142  ·  view source on GitHub ↗
(command: string | undefined)

Source from the content-addressed store, hash-verified

134}
135
136function isExplicitTimeoutCommand(command: string | undefined): boolean {
137 return (
138 command === PUBLIC_COMMANDS.prepare ||
139 command === PUBLIC_COMMANDS.replay ||
140 command === PUBLIC_COMMANDS.snapshot
141 );
142}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected