MCPcopy
hub / github.com/di-sukharev/opencommit / debug4

Function debug4

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

Source from the content-addressed store, hash-verified

81104 const val = newHeaders[k7];
81105 if (val === null) {
81106 delete targetHeaders[lowerKey];
81107 } else if (val !== void 0) {
81108 targetHeaders[lowerKey] = val;
81109 }
81110 }
81111}
81112function debug4(action, ...args) {
81113 if (typeof process !== "undefined" && process?.env?.["DEBUG"] === "true") {

Callers 2

defaultParseResponse2Function · 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…