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

Method featureStart

tools/common/_hyperscript.iife.js:1661–1663  ·  view source on GitHub ↗
(token)

Source from the content-addressed store, hash-verified

1659 return this.#commands[token.value || ""];
1660 }
1661 featureStart(token) {
1662 return this.#features[token.value || ""];
1663 }
1664 parseHyperScript(tokens) {
1665 var parser = new Parser(this, tokens);
1666 var result;

Callers 4

featureStartMethod · 0.45
#syncToFeatureMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected