MCPcopy Create free account
hub / github.com/bigskysoftware/_hyperscript / lastWhitespace

Method lastWhitespace

src/core/parser.js:148–150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146 }
147
148 lastWhitespace() {
149 return this.tokens.lastWhitespace();
150 }
151
152 consumeUntilWhitespace() {
153 return this.tokens.consumeUntilWhitespace();

Callers 3

parseStringTemplateMethod · 0.95
consumeNakedPathFunction · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected