Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
34
const flattenChildren = (value: unknown): React.ReactNode[] =>
35
flattenNodes(value)
36
37
describe(
'markdown renderer'
, () => {
38
test(
'renders bold and italic emphasis'
, () => {
Callers
1
markdown-renderer.test.tsx
File · 0.85
Calls
1
flattenNodes
Function · 0.85
Tested by
no test coverage detected