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