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

Class DebugStats

packages/native/src/debug.rs:11–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#[napi(object)]
10#[allow(non_snake_case)]
11pub struct DebugStats {
12 pub totalRecords: BigInt,
13 pub totalDropped: BigInt,
14 pub errorCount: u32,
15 pub warnCount: u32,
16 pub currentRingUsage: u32,
17 pub ringCapacity: u32,
18}
19
20#[napi(object)]
21#[allow(non_snake_case)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected