Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/flowjs/flow.js
/ isEmpty
Method
isEmpty
samples/java/src/resumable/js/upload/HttpUtils.java:8–10 ·
view source on GitHub ↗
(String value)
Source
from the content-addressed store, hash-verified
6
public
class
HttpUtils {
7
8
public
static
boolean isEmpty(String value) {
9
return
value == null ||
""
.equals(value);
10
}
11
/**
12
* Convert String to long
13
* @param value
Callers
3
vaild
Method · 0.95
toLong
Method · 0.95
toInt
Method · 0.95
Calls
1
equals
Method · 0.80
Tested by
no test coverage detected