MCPcopy Index your code
hub / github.com/bigskysoftware/_hyperscript / commandBoundary

Method commandBoundary

www/js/_hyperscript-max.js:1283–1288  ·  view source on GitHub ↗
(token)

Source from the content-addressed store, hash-verified

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

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