Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bigskysoftware/_hyperscript
/ consumeUntilWhitespace
Method
consumeUntilWhitespace
src/core/parser.js:152–154 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
150
}
151
152
consumeUntilWhitespace() {
153
return
this.tokens.consumeUntilWhitespace();
154
}
155
156
hasMore() {
157
return
this.tokens.hasMore();
Callers
3
parseURLOrExpression
Method · 0.95
parse
Method · 0.45
parse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected