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

Method commandStart

www/js/_hyperscript.esm.js:1288–1290  ·  view source on GitHub ↗
(token)

Source from the content-addressed store, hash-verified

1286 return false;
1287 }
1288 commandStart(token) {
1289 return this.#kernel.commandStart(token);
1290 }
1291 featureStart(token) {
1292 return this.#kernel.featureStart(token);
1293 }

Callers 1

commandBoundaryMethod · 0.95

Calls 1

commandStartMethod · 0.45

Tested by

no test coverage detected