MCPcopy Index your code
hub / github.com/apache/groovy / textIsEmptyOrNull

Method textIsEmptyOrNull

src/main/java/groovy/util/Node.java:972–975  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

970 }
971
972 private boolean textIsEmptyOrNull() {
973 String t = text();
974 return null == t || t.isEmpty();
975 }
976}

Callers 6

toIntegerMethod · 0.95
toLongMethod · 0.95
toFloatMethod · 0.95
toDoubleMethod · 0.95
toBigDecimalMethod · 0.95
toBigIntegerMethod · 0.95

Calls 2

textMethod · 0.95
isEmptyMethod · 0.45

Tested by

no test coverage detected