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

Function loadDirectoryClient

test/oauthLogin.test.js:78–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76}
77
78function loadDirectoryClient() {
79 delete require.cache[require.resolve('../src/gep/directoryClient')];
80 return require('../src/gep/directoryClient');
81}
82
83function assertBearer(headers, token) {
84 if (!headers || headers.Authorization !== 'Bearer ' + token) {

Callers 1

oauthLogin.test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected