Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShipSecAI/studio
/ safeBody
Function
safeBody
backend/src/version-check.ts:92–98 ·
view source on GitHub ↗
(response: Response)
Source
from the content-addressed store, hash-verified
90
}
91
92
async
function
safeBody(response: Response) {
93
try {
94
return
await
response.text();
95
} catch (_) {
96
return
undefined;
97
}
98
}
Callers
1
performVersionCheck
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected