MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / get

Function get

apps/host-selfhost/src/admin/admin-escalation.node.test.ts:68–69  ·  view source on GitHub ↗
(path: string, token: string)

Source from the content-addressed store, hash-verified

66 );
67
68const get = (path: string, token: string) =>
69 handler(new Request(`${BASE}${path}`, { headers: asMember(token) }));
70
71/** Join the instance for real: mint an invite as the bootstrap admin, redeem it.
72 * This is a legitimate, fully authenticated member of the instance org — the

Callers 1

Calls 2

asMemberFunction · 0.85
handlerFunction · 0.50

Tested by

no test coverage detected