()
| 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) { |
nothing calls this directly
no test coverage detected