Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ peekToken
Method
peekToken
src/main/java/org/dynjs/parser/js/TokenQueue.java:15–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
}
14
15
public
Token peekToken() {
16
return
peekToken(true, 1);
17
}
18
19
@Override
20
public
TokenType peek() {
Callers
1
peek
Method · 0.95
Calls
3
isSkippable
Method · 0.95
nextToken
Method · 0.80
add
Method · 0.45
Tested by
no test coverage detected