MCPcopy Index your code
hub / github.com/nodejs/node-addon-api / asyncprogressworker

Method asyncprogressworker

napi.h:3220–3222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3218 : _asyncprogressworker(asyncprogressworker), _data(data) {}
3219
3220 AsyncProgressWorkerBase* asyncprogressworker() {
3221 return _asyncprogressworker;
3222 }
3223 DataType* data() { return _data; }
3224
3225 private:

Callers 1

OnAsyncWorkProgressMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected