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

Function _resolveHome

out/cli.cjs:2030–2032  ·  view source on GitHub ↗
(envPath)

Source from the content-addressed store, hash-verified

2028 return null;
2029 }
2030 function _resolveHome(envPath) {
2031 return envPath[0] === "~" ? path5.join(os4.homedir(), envPath.slice(1)) : envPath;
2032 }
2033 function _configVault(options) {
2034 _log("Loading env from encrypted .env.vault");
2035 const parsed = DotenvModule._parseVault(options);

Callers 1

configDotenvFunction · 0.85

Calls 1

sliceMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…