MCPcopy Create free account
hub / github.com/nodejs/nan / Execute

Method Execute

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

Source from the content-addressed store, hash-verified

16 ~ErrorWorker() {}
17
18 void Execute () {
19 SetErrorMessage("Error");
20 }
21};
22
23NAN_METHOD(Work) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected