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

Method EchoWorker

test/async_worker.cc:204–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202class EchoWorker : public AsyncWorker {
203 public:
204 EchoWorker(Function& cb, std::string& echo) : AsyncWorker(cb), echo(echo) {}
205 ~EchoWorker() {}
206
207 void Execute() override {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected