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

Function hdbPlugin

src/ext/hdb.js:527–529  ·  view source on GitHub ↗
(_hyperscript)

Source from the content-addressed store, hash-verified

525};
526
527export default function hdbPlugin(_hyperscript) {
528 _hyperscript.addCommand(BreakpointCommand.keyword, BreakpointCommand.parse.bind(BreakpointCommand));
529}
530
531// Auto-register when imported
532if (typeof self !== 'undefined' && self._hyperscript) {

Callers

nothing calls this directly

Calls 1

addCommandMethod · 0.45

Tested by

no test coverage detected