MCPcopy Index your code
hub / github.com/codeaashu/claude-code / logStripOnce

Function logStripOnce

src/utils/api.ts:269–275  ·  view source on GitHub ↗
(stripped: string[])

Source from the content-addressed store, hash-verified

267
268let loggedStrip = false
269function logStripOnce(stripped: string[]): void {
270 if (loggedStrip) return
271 loggedStrip = true
272 logForDebugging(
273 `[betas] Stripped from tool schemas: [${stripped.join(', ')}] (CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS=1)`,
274 )
275}
276
277/**
278 * Log stats about first block for analyzing prefix matching config

Callers 1

toolToAPISchemaFunction · 0.85

Calls 1

logForDebuggingFunction · 0.85

Tested by

no test coverage detected