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

Method hasMore

www/js/_hyperscript-max.js:1194–1196  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1192 return this.tokens.consumeUntilWhitespace();
1193 }
1194 hasMore() {
1195 return this.tokens.hasMore();
1196 }
1197 token(n, includeWhitespace) {
1198 return this.tokens.token(n, includeWhitespace);
1199 }

Callers 1

parseStringTemplateMethod · 0.95

Calls 1

hasMoreMethod · 0.45

Tested by

no test coverage detected