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

Method center

src/main/java/fieldcef/plugins/GlassBrowser.kt:263–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261 selection().findFirst()
262 .orElse(this)
263 ), null, null, { x: String -> ret.add(x) }, -1, -1
264 )
265 var found: Runnable? = null
266 val e: Set<Map.Entry<String?, String>> = commandHelper.callTableName.entries
267 for ((key, value) in e) {
268 if (value.lowercase(Locale.getDefault()) == rename.lowercase(Locale.getDefault())) {
269 found = commandHelper.callTable[key]
270 break
271 }

Callers

nothing calls this directly

Calls 5

bothFunction · 0.85
isTrueMethod · 0.80
getMethod · 0.65
findMethod · 0.45
dirtyMethod · 0.45

Tested by

no test coverage detected