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

Function renderFrame

src/ink/log-update.ts:515–521  ·  view source on GitHub ↗
(
  screen: VirtualScreen,
  frame: Frame,
  stylePool: StylePool,
)

Source from the content-addressed store, hash-verified

513}
514
515function renderFrame(
516 screen: VirtualScreen,
517 frame: Frame,
518 stylePool: StylePool,
519): void {
520 renderFrameSlice(screen, frame, 0, frame.screen.height, stylePool)
521}
522
523/**
524 * Render a slice of rows from the frame's screen.

Callers 1

Calls 1

renderFrameSliceFunction · 0.85

Tested by

no test coverage detected