Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node-addon-api
/ destroy
Function
destroy
test/async_worker.js:55–60 ·
view source on GitHub ↗
(asyncId)
Source
from the content-addressed store, hash-verified
53
}
54
},
55
destroy (asyncId) {
56
if
(asyncId === id) {
57
events.push({ eventName:
'destroy'
});
58
destroyed = true;
59
}
60
}
61
}).enable();
62
});
63
}
Callers
1
Destroy
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected