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

Method hasMore

www/js/_hyperscript.js:64–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 return token || { type: "EOF", value: "<<<EOF>>>" };
63 }
64 hasMore() {
65 return this.#tokens.length > 0;
66 }
67 lastMatch() {
68 return this.#lastConsumed;
69 }

Callers 14

parseMethod · 0.45
hasMoreMethod · 0.45
parseCommandListMethod · 0.45
parseHyperScriptMethod · 0.45
#syncToFeatureMethod · 0.45
#syncToCommandMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseRepeatExpressionMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected