Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bigskysoftware/_hyperscript
/ commandStart
Method
commandStart
src/core/parser.js:285–287 ·
view source on GitHub ↗
(token)
Source
from the content-addressed store, hash-verified
283
}
284
285
commandStart(token) {
286
return
this.#kernel.commandStart(token);
287
}
288
289
featureStart(token) {
290
return
this.#kernel.featureStart(token);
Callers
7
parse
Method · 0.95
parse
Method · 0.95
parse
Method · 0.95
parse
Method · 0.95
parse
Method · 0.95
parse
Method · 0.95
commandBoundary
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected