MCPcopy 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
54function clearHubCredentialEnv() {
55 for (const key of HUB_CREDENTIAL_ENV_KEYS) delete process.env[key];
56}
57
58function getNodeScopedHubHeaders(a2a) {
59 const fn = a2a.buildNodeScopedHubHeaders

Callers 1

oauthLogin.test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected