Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dunwu/nginx-tutorial
/ isBlank
Method
isBlank
examples/javaapp/src/main/java/io/github/dunwu/Main.java:75–80 ·
view source on GitHub ↗
(String str)
Source
from the content-addressed store, hash-verified
73
}
74
75
private
static
boolean isBlank(String str) {
76
if
(str == null || str.isEmpty()) {
77
return
true;
78
}
79
return
false;
80
}
81
82
static
class
ExtendedTomcat extends Tomcat {
83
Callers
2
main
Method · 0.95
doFilter
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected