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

Method featureStart

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

Source from the content-addressed store, hash-verified

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

Callers 4

featureStartMethod · 0.45
#syncToFeatureMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected