MCPcopy Index your code
hub / github.com/HumbleUI/Skija / toString

Method toString

shared/java/ManagedString.java:20–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 }
19
20 @Override
21 public String toString() {
22 try {
23 Stats.onNativeCall();
24 return _nToString(_ptr);
25 } finally {
26 ReferenceUtil.reachabilityFence(this);
27 }
28 }
29
30 @NotNull @Contract("-> this")
31 public ManagedString insert(int offset, @NotNull String s) {

Callers

nothing calls this directly

Calls 3

onNativeCallMethod · 0.95
_nToStringMethod · 0.95
reachabilityFenceMethod · 0.95

Tested by

no test coverage detected