MCPcopy Create free account
hub / github.com/LibPDF-js/core / current

Method current

src/parser/object-parser.ts:98–100  ·  view source on GitHub ↗

* Get current token with fresh type (avoids TypeScript narrowing issues).

()

Source from the content-addressed store, hash-verified

96 * Get current token with fresh type (avoids TypeScript narrowing issues).
97 */
98 private current(): Token | null {
99 return this.buf1;
100 }
101
102 /**
103 * Get lookahead token with fresh type (avoids TypeScript narrowing issues).

Callers 1

parseDictMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected