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

Function streamConversion

www/js/_hyperscript-max.js:11916–11918  ·  view source on GitHub ↗
(response, runtime2, context)

Source from the content-addressed store, hash-verified

11914 return stream;
11915 }
11916 var streamConversion = function(response, runtime2, context) {
11917 return createStream(response, runtime2, context);
11918 };
11919 streamConversion._rawResponse = true;
11920 function eventsourcePlugin(_hyperscript2) {
11921 _hyperscript2.addFeature(EventSourceFeature.keyword, EventSourceFeature.parse.bind(EventSourceFeature));

Callers

nothing calls this directly

Calls 1

createStreamFunction · 0.70

Tested by

no test coverage detected