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

Function load

test/oauthLogin.test.js:27–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25// Fresh require of the module each test (it caches nothing path-related, but
26// EVOLVER_HOME is read lazily so this is just for clarity).
27function load() {
28 delete require.cache[require.resolve('../src/gep/oauthLogin')];
29 return require('../src/gep/oauthLogin');
30}
31
32function loadA2A() {
33 delete require.cache[require.resolve('../src/gep/a2aProtocol')];

Callers 1

oauthLogin.test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected