MCPcopy
hub / github.com/umami-software/umami / error

Function error

scripts/check-db.js:29–31  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

27}
28
29function error(msg) {
30 console.log(chalk.redBright(`✗ ${msg}`));
31}
32
33async function checkEnv() {
34 if (!process.env.DATABASE_URL) {

Callers 15

POSTFunction · 0.85
GETFunction · 0.85
POSTFunction · 0.85
DELETEFunction · 0.85
GETFunction · 0.85
GETFunction · 0.85
GETFunction · 0.85
POSTFunction · 0.85
GETFunction · 0.85
POSTFunction · 0.85
DELETEFunction · 0.85
GETFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected