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