MCPcopy Index your code
hub / github.com/simstudioai/sim / responseJson

Function responseJson

apps/sim/tools/azure_devops/azure-devops.test.ts:80–82  ·  view source on GitHub ↗
(body: unknown)

Source from the content-addressed store, hash-verified

78}
79
80function responseJson(body: unknown): Response {
81 return new Response(JSON.stringify(body))
82}
83
84const rawWorkItem = {
85 id: 101,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected