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

Function getChildrenText

cli/src/utils/markdown-renderer.tsx:354–356  ·  view source on GitHub ↗
(children: MarkdownNode[])

Source from the content-addressed store, hash-verified

352}
353
354const getChildrenText = (children: MarkdownNode[]): string => {
355 return children.map(nodeToPlainText).join('')
356}
357
358const nodeToPlainText = (node: MarkdownNode): string => {
359 switch (node.type) {

Callers 1

nodeToPlainTextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected