MCPcopy Create free account
hub / github.com/BabylonJS/BabylonNative / Deleter

Class Deleter

Dependencies/napi/include/napi/napi.h:2073–2076  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2071 void* context,
2072 void* data);
2073 struct Deleter {
2074 // napi_threadsafe_function is managed by Node.js, leave it alone.
2075 void operator()(napi_threadsafe_function*) const {};
2076 };
2077
2078 std::unique_ptr<napi_threadsafe_function, Deleter> _tsfn;
2079 Deleter _d;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected