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

Function hasFillTargetAndText

src/replay/script.ts:384–386  ·  view source on GitHub ↗
(positionals: string[])

Source from the content-addressed store, hash-verified

382}
383
384function hasFillTargetAndText(positionals: string[]): positionals is [string, string, ...string[]] {
385 return positionals.length >= 2;
386}
387
388function isNumericToken(token: string | undefined): token is string {
389 if (!token) return false;

Callers 1

parseReplayScriptLineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected