MCPcopy Create free account
hub / github.com/bigskysoftware/_hyperscript / commandBoundary

Method commandBoundary

www/js/_hyperscript.esm.js:1282–1287  ·  view source on GitHub ↗
(token)

Source from the content-addressed store, hash-verified

1280 return returnArr;
1281 }
1282 commandBoundary(token) {
1283 if (token.value == "end" || token.value == "then" || token.value == "else" || token.value == "otherwise" || token.value == ")" || this.commandStart(token) || this.featureStart(token) || token.type == "EOF") {
1284 return true;
1285 }
1286 return false;
1287 }
1288 commandStart(token) {
1289 return this.#kernel.commandStart(token);
1290 }

Callers 14

#syncToCommandMethod · 0.45
parseMethod · 0.45
parseRepeatExpressionMethod · 0.45
parseShowHideTargetMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45

Calls 2

commandStartMethod · 0.95
featureStartMethod · 0.95

Tested by

no test coverage detected