MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / getCliFlagValue

Function getCliFlagValue

apps/vscode-e2e/src/runTest.ts:19–21  ·  view source on GitHub ↗
(flag: string)

Source from the content-addressed store, hash-verified

17import { addWriteToFileResultFixtures } from "./fixtures/write-to-file"
18
19function getCliFlagValue(flag: string) {
20 return process.argv.find((arg, index) => process.argv[index - 1] === flag)
21}
22
23function isDeepSeekTargetedRun(testFile?: string, testGrep?: string) {
24 if (testFile?.toLowerCase().includes("deepseek-v4.test")) {

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected