MCPcopy 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
62function getCodeBlockText(children: React.ReactNode) {
63 return getReactNodeText(children).replace(/\n$/, "");
64}
65
66export function MarkdownCodeBlock({
67 children,

Callers 1

MarkdownCodeBlockFunction · 0.85

Calls 1

getReactNodeTextFunction · 0.90

Tested by

no test coverage detected