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

Function makeStructuredDiagram

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

Source from the content-addressed store, hash-verified

15}
16
17function makeStructuredDiagram(): string {
18 return [
19 'ncode client ──events──► platform-api ──► OpenTelemetry Collector',
20 ' │',
21 '',
22 ' ────────────────────',
23 ' │ GCP Cloud Monitoring│',
24 ' │ (metrics, traces) │',
25 ' └────────────────────',
26 ' │',
27 ' ────────────────────',
28 ' │ BigQuery (events) │',
29 ' │ - ncode_* events │',
30 ' │ - experiment data │',
31 ' └────────────────────',
32 ' │',
33 '',
34 ' ────────────────────',
35 ' │ GrowthBook │',
36 ' │ - queries BigQuery │',
37 ' │ for experiment │',
38 ' │ analysis │',
39 ' └────────────────────',
40 ].join('\n')
41}
42
43function makeMixedDiagramMessage(): string {
44 return [

Callers 2

makeMixedDiagramMessageFunction · 0.70
Markdown.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected