Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node-addon-api
/ CleanupData
Class
CleanupData
napi.h:413–416 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
411
412
void (*wrapper)(void* arg);
413
struct CleanupData {
414
Hook hook;
415
Arg* arg;
416
} * data;
417
};
418
#endif // NAPI_VERSION > 2
419
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected