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

Method hasMore

src/core/parser.js:156–158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

154 }
155
156 hasMore() {
157 return this.tokens.hasMore();
158 }
159
160 token(n, includeWhitespace) {
161 return this.tokens.token(n, includeWhitespace);

Callers 15

parseStringTemplateMethod · 0.95
parseCommandListMethod · 0.45
parseHyperScriptMethod · 0.45
#syncToFeatureMethod · 0.45
#syncToCommandMethod · 0.45
parseMethod · 0.45
consumeNakedPathFunction · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected