Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
namespace {
13
14
struct ProgressData {
15
int32_t progress;
16
};
17
18
class TestWorkerWithNoCb : public AsyncProgressQueueWorker<ProgressData> {
19
public:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected