MCPcopy Create free account
hub / github.com/RtlZeroMemory/Rezi / toBundleStats

Function toBundleStats

packages/core/src/debug/debugController.ts:123–132  ·  view source on GitHub ↗
(stats: DebugStats)

Source from the content-addressed store, hash-verified

121}
122
123function toBundleStats(stats: DebugStats): DebugBundleStatsSnapshot {
124 return {
125 totalRecords: stats.totalRecords.toString(),
126 totalDropped: stats.totalDropped.toString(),
127 errorCount: stats.errorCount,
128 warnCount: stats.warnCount,
129 currentRingUsage: stats.currentRingUsage,
130 ringCapacity: stats.ringCapacity,
131 };
132}
133
134function toBundleQueryWindow(query: DebugQueryResult): DebugBundleQueryWindow {
135 return {

Callers 1

exportBundleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected