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

Method featureStart

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

Source from the content-addressed store, hash-verified

1290 return this.#kernel.commandStart(token);
1291 }
1292 featureStart(token) {
1293 return this.#kernel.featureStart(token);
1294 }
1295 setParent(elt, parent) {
1296 if (typeof elt === "object") {
1297 elt.parent = parent;

Callers 1

commandBoundaryMethod · 0.95

Calls 1

featureStartMethod · 0.45

Tested by

no test coverage detected