MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / "node_modules/debug/src/node.js"

Function "node_modules/debug/src/node.js"

out/cli.cjs:15305–15474  ·  view source on GitHub ↗
(exports2, module2)

Source from the content-addressed store, hash-verified

15303// node_modules/debug/src/node.js
15304var require_node = __commonJS({
15305 "node_modules/debug/src/node.js"(exports2, module2) {
15306 var tty2 = require("tty");
15307 var util4 = require("util");
15308 exports2.init = init;
15309 exports2.log = log2;
15310 exports2.formatArgs = formatArgs;
15311 exports2.save = save;
15312 exports2.load = load;
15313 exports2.useColors = useColors;
15314 exports2.destroy = util4.deprecate(
15315 () => {
15316 },
15317 "Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."
15318 );
15319 exports2.colors = [6, 2, 3, 4, 5, 1];
15320 try {
15321 const supportsColor2 = require_supports_color();
15322 if (supportsColor2 && (supportsColor2.stderr || supportsColor2).level >= 2) {
15323 exports2.colors = [
15324 20,
15325 21,
15326 26,
15327 27,
15328 32,
15329 33,
15330 38,
15331 39,
15332 40,
15333 41,
15334 42,
15335 43,
15336 44,
15337 45,
15338 56,
15339 57,
15340 62,
15341 63,
15342 68,
15343 69,
15344 74,
15345 75,
15346 76,
15347 77,
15348 78,
15349 79,
15350 80,
15351 81,
15352 92,
15353 93,
15354 98,
15355 99,
15356 112,
15357 113,
15358 128,
15359 129,
15360 134,
15361 135,
15362 148,

Callers

nothing calls this directly

Calls 6

filterMethod · 0.80
testMethod · 0.80
toLowerCaseMethod · 0.80
toUpperCaseMethod · 0.80
trimMethod · 0.80
keysMethod · 0.45

Tested by

no test coverage detected