Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InsightIM/Tok-Android
/ formNull
Method
formNull
app/src/main/java/im/tox/utils/LogCoreUtil.java:25–27 ·
view source on GitHub ↗
(String value)
Source
from the content-addressed store, hash-verified
23
}
24
25
private
static
String formNull(String value) {
26
return
value == null ?
"null"
: value;
27
}
28
}
Callers
1
i
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected