Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigskysoftware/_hyperscript
/ commandStart
Method
commandStart
www/js/_hyperscript-max.js:1667–1669 ·
view source on GitHub ↗
(token)
Source
from the content-addressed store, hash-verified
1665
this.addGrammarElement(name, definition);
1666
}
1667
commandStart(token) {
1668
return
this.#commands[token.value ||
""
];
1669
}
1670
featureStart(token) {
1671
return
this.#features[token.value ||
""
];
1672
}
Callers
1
commandStart
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected