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

Method commandStart

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

Source from the content-addressed store, hash-verified

1664 this.addGrammarElement(name, definition);
1665 }
1666 commandStart(token) {
1667 return this.#commands[token.value || ""];
1668 }
1669 featureStart(token) {
1670 return this.#features[token.value || ""];
1671 }

Callers 1

commandStartMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected