Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EvoMap/evolver
/ clearHubCredentialEnv
Function
clearHubCredentialEnv
test/oauthLogin.test.js:54–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
}
53
54
function
clearHubCredentialEnv() {
55
for
(
const
key of HUB_CREDENTIAL_ENV_KEYS) delete process.env[key];
56
}
57
58
function
getNodeScopedHubHeaders(a2a) {
59
const
fn = a2a.buildNodeScopedHubHeaders
Callers
1
oauthLogin.test.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected