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

Function isLegacyIgnoredSnapshotShortFlag

src/cli/parser/args.ts:111–113  ·  view source on GitHub ↗
(command: string | null, token: string)

Source from the content-addressed store, hash-verified

109}
110
111function isLegacyIgnoredSnapshotShortFlag(command: string | null, token: string): boolean {
112 return token === '-c' && (command === 'snapshot' || command === 'diff');
113}
114
115function shouldPassThroughLocalToolFlag(
116 command: string | null,

Callers 1

parseRawArgsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected