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

Interface WebTreeMapNode

src/lib/html.ts:172–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172interface WebTreeMapNode {
173 name: string;
174 data: {
175 $area: number;
176 coveredSize?: number;
177 backgroundColor?: string;
178 };
179 children?: WebTreeMapNode[];
180}
181
182export interface WebTreeData {
183 name: string;

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…