MCPcopy 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
62const readJson = async <T>(response: Response): Promise<T> => (await response.json()) as T;
63
64interface Component {
65 id: string;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected