MCPcopy Index your code
hub / github.com/denoland/std / ParserState

Interface ParserState

http/unstable_structured_fields.ts:427–430  ·  view source on GitHub ↗

Parser state holding input string and current position.

Source from the content-addressed store, hash-verified

425
426/** Parser state holding input string and current position. */
427interface ParserState {
428 input: string;
429 pos: number;
430}
431
432// Character code constants for ASCII ranges
433const CHAR_CODE_0 = 48; // '0'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…