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

Class DebugQueryResult

packages/native/src/debug.rs:22–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20#[napi(object)]
21#[allow(non_snake_case)]
22pub struct DebugQueryResult {
23 pub recordsReturned: u32,
24 pub recordsAvailable: u32,
25 pub oldestRecordId: BigInt,
26 pub newestRecordId: BigInt,
27 pub recordsDropped: u32,
28}
29
30const DEBUG_CFG_KEYS: &[(&str, &str)] = &[
31 ("enabled", "enabled"),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected