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

Method debugGetStats

packages/core/src/debug/debugController.ts:206–206  ·  view source on GitHub ↗

Get debug statistics.

()

Source from the content-addressed store, hash-verified

204 debugGetPayload(recordId: bigint): Promise<Uint8Array | null>;
205 /** Get debug statistics. */
206 debugGetStats(): Promise<DebugStats>;
207 /** Export all debug records to a buffer. */
208 debugExport(): Promise<Uint8Array>;
209 /** Reset (clear) debug records. */

Callers 3

getStatsFunction · 0.80
exportBundleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected