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

Method toString

shared/java/ManagedString.java:21–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

onNativeCallMethod · 0.95
_nToStringMethod · 0.95

Tested by

no test coverage detected