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

Function runFastPath

src/bin.ts:15–17  ·  view source on GitHub ↗
(argv: string[])

Source from the content-addressed store, hash-verified

13}
14
15function runFastPath(argv: string[]): boolean {
16 return runVersionFastPath(argv) || runNoCommandFastPath(argv) || runHelpFastPath(argv);
17}
18
19function runVersionFastPath(argv: string[]): boolean {
20 if (argv.length !== 1 || !isVersionFlag(argv[0])) return false;

Callers 1

bin.tsFile · 0.85

Calls 3

runVersionFastPathFunction · 0.85
runNoCommandFastPathFunction · 0.85
runHelpFastPathFunction · 0.85

Tested by

no test coverage detected