MCPcopy
hub / github.com/qawolf/cli / trpcWrapped

Function trpcWrapped

src/shell/platform/createPlatformClient.downloadBundle.test.ts:16–18  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

14const signedUrl = "https://storage.example.com/bundle.tar.gz?sig=x";
15
16function trpcWrapped(value: unknown) {
17 return { result: { data: superjson.serialize(value) } };
18}
19
20function makeSequenceFetch(
21 responses: { url: string; response: Response | Error }[],

Calls

no outgoing calls

Tested by

no test coverage detected