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

Method #saveTokenPosition

xml/_tokenizer.ts:391–396  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

389 }
390
391 #saveTokenPosition(): void {
392 if (!this.#trackPosition) return;
393 this.#tokenLine = this.#line;
394 this.#tokenColumn = this.#column;
395 this.#tokenOffset = this.#offset;
396 }
397
398 #error(message: string): never {
399 throw new XmlSyntaxError(

Callers 1

processMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected