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