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