Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InsightIM/Tok-Android
/ formNull
Method
formNull
app/src/main/java/com/client/tok/utils/LogUtil.java:89–91 ·
view source on GitHub ↗
(String value)
Source
from the content-addressed store, hash-verified
87
}
88
89
private
static
String formNull(String value) {
90
return
value == null ?
"null"
: value;
91
}
92
}
Callers
5
v
Method · 0.95
d
Method · 0.95
i
Method · 0.95
w
Method · 0.95
e
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected