Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
parseStringTemplate
Method · 0.95
parseCommandList
Method · 0.45
parseHyperscriptProgram
Method · 0.45
parseHyperScript
Method · 0.45
#syncToFeature
Method · 0.45
#syncToCommand
Method · 0.45
parse
Method · 0.45
consumeNakedPath
Function · 0.45
parse
Method · 0.45
parse
Method · 0.45
parse
Method · 0.45
parse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected