MCPcopy Create free account
hub / github.com/nodejs/nan / ~ErrorWorker

Method ~ErrorWorker

test/cpp/asyncworkererror.cpp:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 public:
15 explicit ErrorWorker(Callback *callback) : AsyncWorker(callback) {}
16 ~ErrorWorker() {}
17
18 void Execute () {
19 SetErrorMessage("Error");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected