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

Function isDebugRepaintsEnabled

src/ink/reconciler.ts:180–185  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

178
179let debugRepaints: boolean | undefined
180export function isDebugRepaintsEnabled(): boolean {
181 if (debugRepaints === undefined) {
182 debugRepaints = isEnvTruthy(process.env.CLAUDE_CODE_DEBUG_REPAINTS)
183 }
184 return debugRepaints
185}
186
187export const dispatcher = new Dispatcher()
188

Callers 2

createInstanceFunction · 0.85
onRenderMethod · 0.85

Calls 1

isEnvTruthyFunction · 0.85

Tested by

no test coverage detected