Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
async
function
unmarshal(response: Response): Promise<any> {
13
const
text =
await
response.text();
14
return
JSON.parse(text);
15
}
16
17
interface
TestClient {
18
get: () => Promise<{ status: number; body: any }>;
Callers
1
executeRequest
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected