Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
toInteger
Method · 0.95
toLong
Method · 0.95
toFloat
Method · 0.95
toDouble
Method · 0.95
toBigDecimal
Method · 0.95
toBigInteger
Method · 0.95
Calls
2
text
Method · 0.95
isEmpty
Method · 0.45
Tested by
no test coverage detected