MCPcopy 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

parseURLOrExpressionMethod · 0.95
parseMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected