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

Method featureStart

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

Source from the content-addressed store, hash-verified

1668 return this.#commands[token.value || ""];
1669 }
1670 featureStart(token) {
1671 return this.#features[token.value || ""];
1672 }
1673 parseHyperScript(tokens) {
1674 var parser = new Parser(this, tokens);
1675 var result;

Callers 4

featureStartMethod · 0.45
#syncToFeatureMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected