(long ptr)
| 8 | static { Library.staticLoad(); } |
| 9 | |
| 10 | @ApiStatus.Internal |
| 11 | public ManagedString(long ptr) { |
| 12 | super(ptr, _FinalizerHolder.PTR); |
| 13 | } |
| 14 | |
| 15 | public ManagedString(@NotNull String s) { |
| 16 | this(_nMake(s)); |
nothing calls this directly
no test coverage detected