Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ peek
Method
peek
src/main/java/org/dynjs/parser/js/TokenQueue.java:19–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
}
18
19
@Override
20
public
TokenType peek() {
21
return
peek(true, 1);
22
}
23
24
public
Token peekToken(
int
pos) {
25
return
peekToken(true, pos);
Callers
nothing calls this directly
Calls
2
peekToken
Method · 0.95
getType
Method · 0.45
Tested by
no test coverage detected