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