(long ptr)
| 4 | |
| 5 | public abstract class RefCounted extends Managed { |
| 6 | @ApiStatus.Internal |
| 7 | public RefCounted(long ptr) { |
| 8 | super(ptr, _FinalizerHolder.PTR); |
| 9 | } |
| 10 | |
| 11 | @ApiStatus.Internal |
| 12 | public RefCounted(long ptr, boolean allowClose) { |
nothing calls this directly
no outgoing calls
no test coverage detected