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

Method hasMore

tools/common/_hyperscript.iife.js:1185–1187  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1183 return this.tokens.consumeUntilWhitespace();
1184 }
1185 hasMore() {
1186 return this.tokens.hasMore();
1187 }
1188 token(n, includeWhitespace) {
1189 return this.tokens.token(n, includeWhitespace);
1190 }

Callers 1

parseStringTemplateMethod · 0.95

Calls 1

hasMoreMethod · 0.45

Tested by

no test coverage detected