MCPcopy
hub / github.com/niklasvh/html2canvas / reconsumeCodePoint

Method reconsumeCodePoint

src/css/syntax/tokenizer.ts:518–520  ·  view source on GitHub ↗
(codePoint: number)

Source from the content-addressed store, hash-verified

516 }
517
518 private reconsumeCodePoint(codePoint: number) {
519 this._value.unshift(codePoint);
520 }
521
522 private peekCodePoint(delta: number): number {
523 if (delta >= this._value.length) {

Callers 2

consumeTokenMethod · 0.95
consumeNameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected