MCPcopy Create free account
hub / github.com/RioArisk/claudecode_api_RemoteControl / queueDebugPayload

Function queueDebugPayload

app/src/modules/debug.js:37–40  ·  view source on GitHub ↗
(payload)

Source from the content-addressed store, hash-verified

35}
36
37export function queueDebugPayload(payload) {
38 pendingDebugLogs.push(payload);
39 if (pendingDebugLogs.length > MAX_PENDING_DEBUG_LOGS) pendingDebugLogs.shift();
40}
41
42export function restorePendingDebugLogs(payloads) {
43 if (!payloads || !payloads.length) return;

Callers 1

debugLogFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected