Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShipSecAI/studio
/ readJson
Function
readJson
backend/src/__tests__/backend-integration.test.ts:62–62 ·
view source on GitHub ↗
(response: Response)
Source
from the content-addressed store, hash-verified
60
};
61
62
const
readJson =
async
<T>(response: Response): Promise<T> => (
await
response.json()) as T;
63
64
interface
Component {
65
id: string;
Callers
1
backend-integration.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected