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

Method AsyncProgressWorker

napi-inl.h:6759–6760  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6757////////////////////////////////////////////////////////////////////////////////
6758template <class T>
6759inline AsyncProgressWorker<T>::AsyncProgressWorker(const Function& callback)
6760 : AsyncProgressWorker(callback, "generic") {}
6761
6762template <class T>
6763inline AsyncProgressWorker<T>::AsyncProgressWorker(const Function& callback,

Callers

nothing calls this directly

Calls 1

EnvMethod · 0.80

Tested by

no test coverage detected