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

Method isFilled

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

Source from the content-addressed store, hash-verified

381 }
382
383 public static boolean isFilled(String string)
384 {
385 return !isEmpty(string);
386 }
387
388 public static String addIfNotContains(String target, String source)
389 {

Callers

nothing calls this directly

Calls 1

isEmptyMethod · 0.95

Tested by

no test coverage detected