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

Function flattenChildren

cli/src/utils/__tests__/markdown-renderer.test.tsx:34–35  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

32}
33
34const flattenChildren = (value: unknown): React.ReactNode[] =>
35 flattenNodes(value)
36
37describe('markdown renderer', () => {
38 test('renders bold and italic emphasis', () => {

Callers 1

Calls 1

flattenNodesFunction · 0.85

Tested by

no test coverage detected