MCPcopy Create free account
hub / github.com/Cv-Keep/cvkeep-backend / parseEnv

Function parseEnv

config/envUtils.js:27–29  ·  view source on GitHub ↗
(envContent, debug)

Source from the content-addressed store, hash-verified

25 },
26
27 parseEnv(envContent, debug) {
28 return dotenv.parse(envContent, { debug });
29 },
30};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected