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

Function streamConversion

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

createStreamFunction · 0.70

Tested by

no test coverage detected