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

Class ProgressData

test/async_progress_queue_worker.cc:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12namespace {
13
14struct ProgressData {
15 int32_t progress;
16};
17
18class TestWorkerWithNoCb : public AsyncProgressQueueWorker<ProgressData> {
19 public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected