MCPcopy 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

walkMethod · 0.95
callMethod · 0.95
callMethod · 0.95
callMethod · 0.95
callMethod · 0.95
callMethod · 0.95
callMethod · 0.95
ppMethod · 0.95
rng_get_byteFunction · 0.80
fixupListMethod · 0.80
consumeMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected