MCPcopy Create free account
hub / github.com/bigskysoftware/_hyperscript / streamConversion

Function streamConversion

src/ext/eventsource.js:432–434  ·  view source on GitHub ↗
(response, runtime, context)

Source from the content-addressed store, hash-verified

430}
431
432var streamConversion = function (response, runtime, context) {
433 return createStream(response, runtime, context);
434};
435streamConversion._rawResponse = true;
436
437// ========================================

Callers

nothing calls this directly

Calls 1

createStreamFunction · 0.70

Tested by

no test coverage detected