MCPcopy Create free account
hub / github.com/EvoMap/evolver / loadA2A

Function loadA2A

test/oauthLogin.test.js:32–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32function loadA2A() {
33 delete require.cache[require.resolve('../src/gep/a2aProtocol')];
34 const a2a = require('../src/gep/a2aProtocol');
35 if (a2a._testing && typeof a2a._testing._resetHubNodeSecretStateForTesting === 'function') {
36 a2a._testing._resetHubNodeSecretStateForTesting();
37 }
38 return a2a;
39}
40
41function saveEnv(keys) {
42 const saved = {};

Callers 1

oauthLogin.test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected