Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/guava
/ stringValueOf
Method
stringValueOf
guava/src/com/google/common/base/Platform.java:87–89 ·
view source on GitHub ↗
(@Nullable Object o)
Source
from the content-addressed store, hash-verified
85
}
86
87
static
String stringValueOf(@Nullable Object o) {
88
return
String.valueOf(o);
89
}
90
91
static
CommonPattern compilePattern(String pattern) {
92
Preconditions.checkNotNull(pattern);
Callers
3
checkArgument
Method · 0.95
checkState
Method · 0.95
checkNotNull
Method · 0.95
Calls
1
valueOf
Method · 0.45
Tested by
no test coverage detected