MCPcopy 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

parseMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95
commandBoundaryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected