MCPcopy Index your code
hub / github.com/nodejs/node-addon-api / Send

Method Send

napi-inl.h:6894–6897  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6892
6893template <class T>
6894inline void AsyncProgressWorker<T>::ExecutionProgress::Send(
6895 const T* data, size_t count) const {
6896 _worker->SendProgress_(data, count);
6897}
6898
6899////////////////////////////////////////////////////////////////////////////////
6900// Async Progress Queue Worker class

Callers 6

ExecuteMethod · 0.80
ExecuteMethod · 0.80
ExecuteMethod · 0.80
ExecuteMethod · 0.80
ExecuteMethod · 0.80
ExecuteMethod · 0.80

Calls 1

SendProgress_Method · 0.80

Tested by

no test coverage detected