Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bigskysoftware/_hyperscript
/ commandStart
Method
commandStart
tools/common/_hyperscript.iife.js:1280–1282 ·
view source on GitHub ↗
(token)
Source
from the content-addressed store, hash-verified
1278
return
false;
1279
}
1280
commandStart(token) {
1281
return
this.#kernel.commandStart(token);
1282
}
1283
featureStart(token) {
1284
return
this.#kernel.featureStart(token);
1285
}
Callers
1
commandBoundary
Method · 0.95
Calls
1
commandStart
Method · 0.45
Tested by
no test coverage detected