Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigskysoftware/_hyperscript
/ hasMore
Method
hasMore
www/js/_hyperscript.esm.js:1193–1195 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1191
return
this.tokens.consumeUntilWhitespace();
1192
}
1193
hasMore() {
1194
return
this.tokens.hasMore();
1195
}
1196
token(n, includeWhitespace) {
1197
return
this.tokens.token(n, includeWhitespace);
1198
}
Callers
1
parseStringTemplate
Method · 0.95
Calls
1
hasMore
Method · 0.45
Tested by
no test coverage detected