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

Interface DebugQueryResult

packages/native/index.d.ts:14–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 ringCapacity: number;
13}
14export interface DebugQueryResult {
15 recordsReturned: number;
16 recordsAvailable: number;
17 oldestRecordId: bigint;
18 newestRecordId: bigint;
19 recordsDropped: number;
20}
21export declare function engineDebugEnable(
22 engineId: number,
23 config?: object | undefined | null,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected