Scaffold class whom pointer cannot be null.
| 26 | |
| 27 | /** Scaffold class whom pointer cannot be null. */ |
| 28 | class NonNullNativeStruct extends NativeStruct { |
| 29 | constructor(handle) { |
| 30 | super(handle); |
| 31 | |
| 32 | } |
| 33 | } |
| 34 | |
| 35 | exports.NonNullNativeStruct = NonNullNativeStruct; |
nothing calls this directly
no outgoing calls
no test coverage detected