MCPcopy
hub / github.com/danvk/source-map-explorer / WebTreeData

Interface WebTreeData

src/lib/html.ts:182–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182export interface WebTreeData {
183 name: string;
184 data: WebTreeMapNode;
185}
186
187/**
188 * Convert file size map to webtreemap data

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…