MCPcopy
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

checkArgumentMethod · 0.95
checkStateMethod · 0.95
checkNotNullMethod · 0.95

Calls 1

valueOfMethod · 0.45

Tested by

no test coverage detected