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

Function both

src/main/java/fieldcef/plugins/Interventions.kt:204–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202inline infix fun <T> Box.down(next: Dict.Prop<T>): T? {
203 return this.find(next, this.downwards()).findFirst().orElseGet { null }
204}
205
206inline infix fun <T> Box.both(next: Dict.Prop<T>): T? {
207 return this.find(next, this.both()).findFirst().orElseGet { null }
208}

Callers 15

InsertPathClass · 0.85
BrowserClass · 0.85
loadedMethod · 0.85
intersectsMethod · 0.85
loadedMethod · 0.85
selectionMethod · 0.85
findBoxByIDMethod · 0.85
selectionMethod · 0.85
showMethod · 0.85
centerMethod · 0.85
selectionMethod · 0.85
loadedMethod · 0.85

Calls 2

findMethod · 0.45
bothMethod · 0.45

Tested by

no test coverage detected