MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / isEmpty

Method isEmpty

src/main/java/net/optifine/util/StrUtils.java:343–346  ·  view source on GitHub ↗
(String string)

Source from the content-addressed store, hash-verified

341 }
342
343 public static boolean isEmpty(String string)
344 {
345 return string == null ? true : string.trim().length() <= 0;
346 }
347
348 public static String stringInc(String str)
349 {

Callers 15

isFilledMethod · 0.95
initializeMethod · 0.45
detectMultipassMethod · 0.45
propertyListToArrayMethod · 0.45
updateMethod · 0.45
isValidMethod · 0.45
getLightLevelMethod · 0.45
loadLocaleDataMethod · 0.45
parseCtmTileIndexesMethod · 0.45
parseInfixMethod · 0.45
resolveRelativeMethod · 0.45
popMethod · 0.45

Calls 2

lengthMethod · 0.80
trimMethod · 0.80

Tested by 2

mainMethod · 0.36
onUpdateMethod · 0.36