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

Method ExecutionProgress

napi.h:3335–3336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3333
3334 private:
3335 explicit ExecutionProgress(AsyncProgressQueueWorker* worker)
3336 : _worker(worker) {}
3337 AsyncProgressQueueWorker* const _worker;
3338 };
3339

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected