MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / ok

Function ok

packages/cli/src/cloud/index.test.ts:23–23  ·  view source on GitHub ↗
(body: unknown)

Source from the content-addressed store, hash-verified

21 });
22
23const ok = (body: unknown): Response => jsonResponse(200, body);
24const unauthorized = (): Response =>
25 jsonResponse(401, { error: { message: "token revoked", code: "unauthorized" } });
26

Callers 1

index.test.tsFile · 0.70

Calls 1

jsonResponseFunction · 0.85

Tested by

no test coverage detected