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

Method Send

nan.h:2191–2193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2189 }
2190
2191 void Send(const T* data, size_t count) const {
2192 that_->SendProgress_(data, count);
2193 }
2194
2195 private:
2196 explicit ExecutionProgress(AsyncBareProgressWorker *that) : that_(that) {}

Callers 4

ExecuteMethod · 0.45
ExecuteMethod · 0.45
ExecuteMethod · 0.45
ExecuteMethod · 0.45

Calls 1

SendProgress_Method · 0.45

Tested by

no test coverage detected