MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / logStripOnce

Function logStripOnce

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

Source from the content-addressed store, hash-verified

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

Callers 1

toolToAPISchemaFunction · 0.85

Calls 1

logForDebuggingFunction · 0.70

Tested by

no test coverage detected