MCPcopy Index your code
hub / github.com/triggerdotdev/trigger.dev / safeResponseText

Function safeResponseText

packages/trigger-sdk/src/apiClient.ts:1071–1077  ·  view source on GitHub ↗
(response: Response)

Source from the content-addressed store, hash-verified

1069}
1070
1071async function safeResponseText(response: Response) {
1072 try {
1073 return await response.text();
1074 } catch (error) {
1075 return "";
1076 }
1077}

Callers 1

zodfetchWithVersionsFunction · 0.85

Calls 1

textMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…