MCPcopy Create free account
hub / github.com/denoland/std / #saveTokenPosition

Method #saveTokenPosition

xml/_tokenizer.ts:342–347  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

340 }
341
342 #saveTokenPosition(): void {
343 if (!this.#trackPosition) return;
344 this.#tokenLine = this.#line;
345 this.#tokenColumn = this.#column;
346 this.#tokenOffset = this.#offset;
347 }
348
349 #error(message: string): never {
350 throw new XmlSyntaxError(

Callers 1

processMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected