MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / debug

Function debug

out/cli.cjs:70107–70111  ·  view source on GitHub ↗
(action, ...args)

Source from the content-addressed store, hash-verified

70105 const val = newHeaders[k7];
70106 if (val === null) {
70107 delete targetHeaders[lowerKey];
70108 } else if (val !== void 0) {
70109 targetHeaders[lowerKey] = val;
70110 }
70111 }
70112}
70113function debug(action, ...args) {
70114 if (typeof process !== "undefined" && process?.env?.["DEBUG"] === "true") {

Callers 2

defaultParseResponseFunction · 0.85
makeRequestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…