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:1290–1292 ·
view source on GitHub ↗
(token)
Source
from the content-addressed store, hash-verified
1288
return
false;
1289
}
1290
commandStart(token) {
1291
return
this.#kernel.commandStart(token);
1292
}
1293
featureStart(token) {
1294
return
this.#kernel.featureStart(token);
1295
}
Callers
1
commandBoundary
Method · 0.95
Calls
1
commandStart
Method · 0.45
Tested by
no test coverage detected