MCPcopy Index your code
hub / github.com/bigskysoftware/_hyperscript / commandStart

Method commandStart

www/js/_hyperscript-max.js:1289–1291  ·  view source on GitHub ↗
(token)

Source from the content-addressed store, hash-verified

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

Callers 1

commandBoundaryMethod · 0.95

Calls 1

commandStartMethod · 0.45

Tested by

no test coverage detected