Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
80
function
responseJson(body: unknown): Response {
81
return
new
Response(JSON.stringify(body))
82
}
83
84
const
rawWorkItem = {
85
id: 101,
Callers
1
azure-devops.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected