MCPcopy
hub / github.com/chartbrew/chartbrew / index.js

File index.js

server/index.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// set up the encryption keys first, then load .env file
2const setUpEncryptionKeys = require("./modules/setUpEncryptionKeys"); // eslint-disable-line
3
4setUpEncryptionKeys();

Callers

nothing calls this directly

Calls 9

checkEncryptionKeysFunction · 0.85
setUpQueuesFunction · 0.85
initializeMethod · 0.80
jsonFunction · 0.50
setMethod · 0.45
getMethod · 0.45
findAllMethod · 0.45
createMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected