Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ next
Method
next
src/main/java/org/dynjs/runtime/NameEnumerator.java:28–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
}
27
28
public
String next() {
29
return
this.names.get(this.counter++);
30
}
31
32
public
List<String> toList() {
33
List<String> list =
new
ArrayList<>();
Callers
12
walk
Method · 0.95
call
Method · 0.95
call
Method · 0.95
call
Method · 0.95
call
Method · 0.95
call
Method · 0.95
call
Method · 0.95
pp
Method · 0.95
rng_get_byte
Function · 0.80
fixupList
Method · 0.80
addJumpIfNextNotDestination
Method · 0.80
consume
Method · 0.80
Calls
1
get
Method · 0.65
Tested by
no test coverage detected