MCPcopy Create free account
hub / github.com/codeaashu/claude-code / deferredRender

Method deferredRender

src/ink/ink.tsx:212–212  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

210 // Test env uses onImmediateRender (direct onRender, no throttle) so
211 // existing synchronous lastFrame() tests are unaffected.
212 const deferredRender = (): void => queueMicrotask(this.onRender);
213 this.scheduleRender = throttle(deferredRender, FRAME_INTERVAL_MS, {
214 leading: true,
215 trailing: true

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected