MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / json

Function json

packages/cloud-artifacts/src/index.ts:114–119  ·  view source on GitHub ↗
(body: unknown, status: number)

Source from the content-addressed store, hash-verified

112}
113
114function json(body: unknown, status: number): Response {
115 return new Response(JSON.stringify(body), {
116 status,
117 headers: { 'content-type': 'application/json' },
118 })
119}

Callers 3

fetchFunction · 0.85
handleGetFunction · 0.85
handleUploadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected