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

Function _dotenvKey

out/cli.cjs:1968–1976  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

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;
1971 }
1972 if (process.env.DOTENV_KEY && process.env.DOTENV_KEY.length > 0) {
1973 return process.env.DOTENV_KEY;
1974 }
1975 return "";
1976 }
1977 function _instructions(result, dotenvKey) {
1978 let uri;
1979 try {

Callers 2

_parseVaultFunction · 0.85
config8Function · 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…