MCPcopy Index your code
hub / github.com/nodejs/node-addon-api / Execute

Method Execute

test/async_progress_queue_worker.cc:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51 protected:
52 void Execute(const ExecutionProgress& progress) override {
53 ProgressData data{1};
54 progress.Send(&data, 1);
55 }
56
57 void OnProgress(const ProgressData*, size_t /* count */) override {
58 _cb.Call({});

Callers

nothing calls this directly

Calls 1

SendMethod · 0.80

Tested by

no test coverage detected