MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / forEach

Method forEach

src/main/java/fieldbox/boxes/Box.java:246–250  ·  view source on GitHub ↗

vastly less garbage-y

(Consumer<Box> b)

Source from the content-addressed store, hash-verified

244
245 /**
246 * vastly less garbage-y
247 */
248 @HiddenInAutocomplete
249 public void forEach(Consumer<Box> b) {
250 LinkedHashSet<Box> visited = new LinkedHashSet<>();
251 _forEach(this, b, visited);
252 }
253

Callers 15

serializeAllBracketsFunction · 0.45
allDisabledBracketRangesFunction · 0.45
findPathForLinesFunction · 0.45
recurSortConflictsOfFunction · 0.45
sortConflictsFunction · 0.45
findEnclosingPathForLineFunction · 0.45
brackets.jsFile · 0.45
arrayToHashFunction · 0.45
formatArrayFunction · 0.45
jshint.jsFile · 0.45

Calls 1

_forEachMethod · 0.95

Tested by 3

updateMethod · 0.36
generateMarkdownMethod · 0.36
cleanMethod · 0.36