MCPcopy
hub / github.com/ChromeDevTools/chrome-devtools-mcp / HeapSnapshotClassDiff

Interface HeapSnapshotClassDiff

src/HeapSnapshotManager.ts:20–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 WithSymbolId<DevTools.HeapSnapshotModel.HeapSnapshotModel.AggregatedInfo>;
19
20export interface HeapSnapshotClassDiff {
21 className: string;
22 addedCount: number;
23 removedCount: number;
24 countDelta: number;
25 addedSize: number;
26 removedSize: number;
27 sizeDelta: number;
28}
29
30export interface HeapSnapshotDetailedClassDiff extends HeapSnapshotClassDiff {
31 addedIds: number[];

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…