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

Function getStats

packages/core/src/debug/debugController.ts:488–490  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

486 }
487
488 async function getStats(): Promise<DebugStats> {
489 return backend.debugGetStats();
490 }
491
492 async function exportRecords(): Promise<Uint8Array> {
493 return backend.debugExport();

Callers

nothing calls this directly

Calls 1

debugGetStatsMethod · 0.80

Tested by

no test coverage detected