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

Method GetResult

napi-inl.h:5702–5704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5700}
5701
5702inline std::vector<napi_value> AsyncWorker::GetResult(Napi::Env /*env*/) {
5703 return {};
5704}
5705// The OnAsyncWorkExecute method receives an napi_env argument. However, do NOT
5706// use it within this method, as it does not run on the JavaScript thread and
5707// must not run any method that would cause JavaScript to run. In practice,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected