MCPcopy Create free account
hub / github.com/zenstackhq/zenstack / unmarshal

Function unmarshal

packages/server/test/adapter/tanstack-start.test.ts:12–15  ·  view source on GitHub ↗
(response: Response)

Source from the content-addressed store, hash-verified

10}
11
12async function unmarshal(response: Response): Promise<any> {
13 const text = await response.text();
14 return JSON.parse(text);
15}
16
17interface TestClient {
18 get: () => Promise<{ status: number; body: any }>;

Callers 1

executeRequestFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected