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

Method Execute

napi-inl.h:6826–6829  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6824
6825template <class T>
6826inline void AsyncProgressWorker<T>::Execute() {
6827 ExecutionProgress progress(this);
6828 Execute(progress);
6829}
6830
6831template <class T>
6832inline void AsyncProgressWorker<T>::OnWorkProgress(void*) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected