MCPcopy Create free account
hub / github.com/callstack/agent-device / formatFlattenedSnapshotLines

Function formatFlattenedSnapshotLines

src/utils/output.ts:183–185  ·  view source on GitHub ↗
(nodes: SnapshotNode[])

Source from the content-addressed store, hash-verified

181}
182
183function formatFlattenedSnapshotLines(nodes: SnapshotNode[]): string {
184 return buildFlattenedSnapshotDisplayLines(nodes).join('\n');
185}
186
187function formatStructuredSnapshotLines(nodes: SnapshotNode[]): string {
188 return renderSnapshotDisplayLines(

Callers 1

formatSnapshotTextFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…