MCPcopy Create free account
hub / github.com/GrowthEase/GameSentry / NonNullNativeStruct

Class NonNullNativeStruct

lib/component/utils/native-struct.js:28–33  ·  view source on GitHub ↗

Scaffold class whom pointer cannot be null.

Source from the content-addressed store, hash-verified

26
27/** Scaffold class whom pointer cannot be null. */
28class NonNullNativeStruct extends NativeStruct {
29 constructor(handle) {
30 super(handle);
31
32 }
33}
34
35exports.NonNullNativeStruct = NonNullNativeStruct;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected