MCPcopy 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

vMethod · 0.95
dMethod · 0.95
iMethod · 0.95
wMethod · 0.95
eMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected