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

Method commandBoundary

www/js/_hyperscript.js:1284–1289  ·  view source on GitHub ↗
(token)

Source from the content-addressed store, hash-verified

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

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