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

Method ExecutionProgress

napi.h:3275–3275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3273
3274 private:
3275 explicit ExecutionProgress(AsyncProgressWorker* worker) : _worker(worker) {}
3276 AsyncProgressWorker* const _worker;
3277 };
3278

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected