Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
const
ok = (body: unknown): Response => jsonResponse(200, body);
24
const
unauthorized = (): Response =>
25
jsonResponse(401, { error: { message:
"token revoked"
, code:
"unauthorized"
} });
26
Callers
1
index.test.ts
File · 0.70
Calls
1
jsonResponse
Function · 0.85
Tested by
no test coverage detected