Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/subnub/myDrive
/ migrateMyDrive4.js
File
migrateMyDrive4.js
serverUtils/migrateMyDrive4.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
getEnvVariables = require(
"../dist-backend/enviroment/get-env-variables"
);
2
getEnvVariables();
3
const
mongoose = require(
"./mongoServerUtil"
);
4
const
conn = mongoose.connection;
Callers
nothing calls this directly
Calls
2
getEnvVariables
Function · 0.70
updateDocs
Function · 0.70
Tested by
no test coverage detected