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

Function hdbPlugin

www/js/ext/hdb.js:555–557  ·  view source on GitHub ↗
(_hyperscript)

Source from the content-addressed store, hash-verified

553 this._hyperscript.process(shadow.querySelector(".hdb"));
554 };
555 function hdbPlugin(_hyperscript) {
556 _hyperscript.addCommand(BreakpointCommand.keyword, BreakpointCommand.parse.bind(BreakpointCommand));
557 }
558 if (typeof self !== "undefined" && self._hyperscript) {
559 self._hyperscript.use(hdbPlugin);
560 }

Callers

nothing calls this directly

Calls 1

addCommandMethod · 0.45

Tested by

no test coverage detected