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

Class ProgressData

test/async_progress_worker.cc:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13namespace {
14
15struct ProgressData {
16 size_t progress;
17};
18
19class TestWorkerWithNoCb : public AsyncProgressWorker<ProgressData> {
20 public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected