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

Method constructor

lib/component/utils/native-struct.js:29–32  ·  view source on GitHub ↗
(handle)

Source from the content-addressed store, hash-verified

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