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

Method featureStart

www/js/_hyperscript.js:1671–1673  ·  view source on GitHub ↗
(token)

Source from the content-addressed store, hash-verified

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

Callers 4

featureStartMethod · 0.45
#syncToFeatureMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected