MCPcopy Create free account
hub / github.com/Noumena-Network/code / makeMixedDiagramMessage

Function makeMixedDiagramMessage

src/components/Markdown.test.ts:43–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41}
42
43function makeMixedDiagramMessage(): string {
44 return [
45 'Full Design Context',
46 '',
47 'Current Architecture',
48 '',
49 makeStructuredDiagram(),
50 '',
51 'Target Architecture',
52 '',
53 'The adapter is the key seam.',
54 ].join('\n')
55}
56
57function makeIndentedFencedDiagramAndTableSample(): string {
58 return [

Callers 1

Markdown.test.tsFile · 0.85

Calls 1

makeStructuredDiagramFunction · 0.70

Tested by

no test coverage detected