Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5651
inline void AsyncWorker::Destroy() {
5652
delete this;
5653
}
5654
5655
inline AsyncWorker::operator napi_async_work() const {
5656
return _work;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected