MCPcopy
hub / github.com/vuejs/core / peek

Method peek

packages/compiler-core/src/tokenizer.ts:330–332  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

328 }
329
330 private peek() {
331 return this.buffer.charCodeAt(this.index + 1)
332 }
333
334 private stateText(c: number): void {
335 if (c === CharCodes.Lt) {

Callers 2

stateBeforeAttrNameMethod · 0.95
handleAttrStartMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected