MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / boundedLiveRenderText

Function boundedLiveRenderText

ui-tui/src/lib/text.ts:128–131  ·  view source on GitHub ↗
(
  text: string,
  { maxChars = LIVE_RENDER_MAX_CHARS, maxLines = LIVE_RENDER_MAX_LINES } = {}
)

Source from the content-addressed store, hash-verified

126}
127
128export const boundedLiveRenderText = (
129 text: string,
130 { maxChars = LIVE_RENDER_MAX_CHARS, maxLines = LIVE_RENDER_MAX_LINES } = {}
131) => boundedRenderText(text, 'showing live tail', { maxChars, maxLines })
132
133const boundedRenderText = (
134 text: string,

Callers 6

messageLine.tsxFile · 0.85
thinking.tsxFile · 0.85
verboseToolBlockFunction · 0.85
scheduleStreamingMethod · 0.85
hydrateStreamingTextMethod · 0.85
text.test.tsFile · 0.85

Calls 1

boundedRenderTextFunction · 0.85

Tested by

no test coverage detected