Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibPDF-js/core
/ token-reader.test.ts
File
token-reader.test.ts
src/parser/token-reader.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ Scanner } from
"#src/io/scanner"
;
2
import
{ describe, expect, it } from
"vitest"
;
3
4
import
{ TokenReader } from
"./token-reader"
;
Callers
nothing calls this directly
Calls
7
reader
Function · 0.85
peekByte
Method · 0.80
push
Method · 0.80
map
Method · 0.80
decode
Method · 0.65
nextToken
Method · 0.45
peekToken
Method · 0.45
Tested by
no test coverage detected