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