MCPcopy Create free account
hub / github.com/EvoMap/evolver / readText

Method readText

src/proxy/index.js:940–948  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

938 if (isStream) clearTimeout(abortTimer);
939
940 const readText = async () => {
941 try {
942 return await res.text();
943 } catch (err) {
944 throw makeOpenAIGatewayError(err);
945 } finally {
946 clearTimeout(abortTimer);
947 }
948 };
949
950 return {
951 status: res.status,

Callers

nothing calls this directly

Calls 4

makeOpenAIGatewayErrorFunction · 0.85
makeGeminiGatewayErrorFunction · 0.85
makeOllamaGatewayErrorFunction · 0.85
makeVertexGatewayErrorFunction · 0.85

Tested by

no test coverage detected