MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / shouldUseNonRedactedOutput

Function shouldUseNonRedactedOutput

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

Source from the content-addressed store, hash-verified

13import { bootstrapRuntime } from './runtime/bootstrap-runtime.ts';
14
15function shouldUseNonRedactedOutput(argv: string[]): boolean {
16 return argv.includes('--non-redacted');
17}
18
19async function runDoctor(): Promise<void> {
20 try {

Callers 1

runDoctorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected