Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/block/buzz
/ getCodeBlockText
Function
getCodeBlockText
desktop/src/shared/ui/markdown/CodeBlock.tsx:62–64 ·
view source on GitHub ↗
(children: React.ReactNode)
Source
from the content-addressed store, hash-verified
60
}
61
62
function getCodeBlockText(children: React.ReactNode) {
63
return getReactNodeText(children).replace(/\n$/,
""
);
64
}
65
66
export function MarkdownCodeBlock({
67
children,
Callers
1
MarkdownCodeBlock
Function · 0.85
Calls
1
getReactNodeText
Function · 0.90
Tested by
no test coverage detected