Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node-addon-api
/ Execute
Method
Execute
test/async_progress_worker.cc:53–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
52
protected:
53
void Execute(const ExecutionProgress& progress) override {
54
ProgressData data{1};
55
progress.Send(&data, 1);
56
}
57
58
void OnProgress(const ProgressData*, size_t /* count */) override {
59
_cb.Call({});
Callers
nothing calls this directly
Calls
1
Send
Method · 0.80
Tested by
no test coverage detected