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

Function streamConversion

www/js/ext/eventsource.esm.js:394–396  ·  view source on GitHub ↗
(response, runtime, context)

Source from the content-addressed store, hash-verified

392 return stream;
393}
394var streamConversion = function(response, runtime, context) {
395 return createStream(response, runtime, context);
396};
397streamConversion._rawResponse = true;
398function eventsourcePlugin(_hyperscript) {
399 _hyperscript.addFeature(EventSourceFeature.keyword, EventSourceFeature.parse.bind(EventSourceFeature));

Callers

nothing calls this directly

Calls 1

createStreamFunction · 0.70

Tested by

no test coverage detected