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

Method consumeUntil

tools/common/_hyperscript.iife.js:1176–1178  ·  view source on GitHub ↗
(value, type)

Source from the content-addressed store, hash-verified

1174 return this.tokens.consumeToken();
1175 }
1176 consumeUntil(value, type) {
1177 return this.tokens.consumeUntil(value, type);
1178 }
1179 lastWhitespace() {
1180 return this.tokens.lastWhitespace();
1181 }

Callers

nothing calls this directly

Calls 1

consumeUntilMethod · 0.45

Tested by

no test coverage detected