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

Method debugGetPayload

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

Get payload for a specific record.

(recordId: bigint)

Source from the content-addressed store, hash-verified

202 debugQuery(query: DebugQuery): Promise<{ headers: Uint8Array; result: DebugQueryResult }>;
203 /** Get payload for a specific record. */
204 debugGetPayload(recordId: bigint): Promise<Uint8Array | null>;
205 /** Get debug statistics. */
206 debugGetStats(): Promise<DebugStats>;
207 /** Export all debug records to a buffer. */

Callers 4

queryFunction · 0.80
getPayloadFunction · 0.80
exportBundleFunction · 0.80
dumpBackendDebugFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected