MCPcopy Create free account
hub / github.com/anus-dev/ANUS / addContentBlock

Function addContentBlock

packages/cli/src/ui/utils/MarkdownDisplay.tsx:57–62  ·  view source on GitHub ↗
(block: React.ReactNode)

Source from the content-addressed store, hash-verified

55 let tableHeaders: string[] = [];
56
57 function addContentBlock(block: React.ReactNode) {
58 if (block) {
59 contentBlocks.push(block);
60 lastLineEmpty = false;
61 }
62 }
63
64 lines.forEach((line, index) => {
65 const key = `line-${index}`;

Callers 1

MarkdownDisplayInternalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected