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:1658–1660 ·
view source on GitHub ↗
(token)
Source
from the content-addressed store, hash-verified
1656
this.addGrammarElement(name, definition);
1657
}
1658
commandStart(token) {
1659
return
this.#commands[token.value ||
""
];
1660
}
1661
featureStart(token) {
1662
return
this.#features[token.value ||
""
];
1663
}
Callers
1
commandStart
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected