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

Function _debug

out/cli.cjs:1965–1967  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

1963 console.log(`[dotenv@${version}][WARN] ${message}`);
1964 }
1965 function _debug(message) {
1966 console.log(`[dotenv@${version}][DEBUG] ${message}`);
1967 }
1968 function _dotenvKey(options) {
1969 if (options && options.DOTENV_KEY && options.DOTENV_KEY.length > 0) {
1970 return options.DOTENV_KEY;

Callers 2

configDotenvFunction · 0.85
populateFunction · 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…