Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ consume
Method
consume
src/main/java/org/dynjs/parser/js/CharStream.java:10–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
int
peek() throws IOException;
9
int
peek(
int
pos) throws IOException;
10
int
consume() throws IOException;
11
12
}
Callers
5
testWithConsume
Method · 0.65
testAvailable
Method · 0.65
testWithConsumeWithFill
Method · 0.65
consume
Method · 0.65
consume
Method · 0.65
Implementers
2
CircularCharBuffer
src/main/java/org/dynjs/parser/js/Circ
TokenQueue
src/main/java/org/dynjs/parser/js/Toke
Calls
no outgoing calls
Tested by
3
testWithConsume
Method · 0.52
testAvailable
Method · 0.52
testWithConsumeWithFill
Method · 0.52