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

Function get

apps/host-selfhost/src/first-run.node.test.ts:22–22  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

20
21const BASE = "http://localhost:4788";
22const get = (path: string) => handler(new Request(`${BASE}${path}`));
23const signUp = (body: Record<string, unknown>) =>
24 handler(
25 new Request(`${BASE}/api/auth/sign-up/email`, {

Callers 1

Calls 1

handlerFunction · 0.50

Tested by

no test coverage detected