Get payload for a specific record.
(recordId: bigint)
| 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. */ |
no outgoing calls
no test coverage detected