MCPcopy Create free account
hub / github.com/JetBrains/skija / toString

Method toString

shared/java/impl/RefCnt.java:24–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 }
23
24 @Override
25 public String toString() {
26 String s = super.toString();
27 return s.substring(0, s.length() - 1) + ", refCount=" + getRefCount() + ")";
28 }
29
30 @ApiStatus.Internal
31 public static class _FinalizerHolder {

Callers

nothing calls this directly

Calls 2

getRefCountMethod · 0.95
toStringMethod · 0.65

Tested by

no test coverage detected