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

Function socketPlugin

www/js/ext/socket.js:223–225  ·  view source on GitHub ↗
(_hyperscript)

Source from the content-addressed store, hash-verified

221 }
222 };
223 function socketPlugin(_hyperscript) {
224 _hyperscript.addFeature(SocketFeature.keyword, SocketFeature.parse.bind(SocketFeature));
225 }
226 if (typeof self !== "undefined" && self._hyperscript) {
227 self._hyperscript.use(socketPlugin);
228 }

Callers

nothing calls this directly

Calls 1

addFeatureMethod · 0.45

Tested by

no test coverage detected