MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / flushBuffer

Function flushBuffer

cli/src/utils/markdown-renderer.tsx:242–247  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

240 let buffer = ''
241
242 const flushBuffer = () => {
243 if (buffer.length > 0) {
244 nodes.push({ type: 'text', value: buffer })
245 buffer = ''
246 }
247 }
248
249 let index = 0
250 while (index < value.length) {

Callers 1

parseInlineFallbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected