MCPcopy Create free account
hub / github.com/nodejs/node-addon-api / Destroy

Method Destroy

napi-inl.h:5651–5653  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5649}
5650
5651inline void AsyncWorker::Destroy() {
5652 delete this;
5653}
5654
5655inline AsyncWorker::operator napi_async_work() const {
5656 return _work;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected