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

Method Send

nan.h:2285–2287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2283 friend class AsyncBareProgressQueueWorker;
2284 public:
2285 void Send(const T* data, size_t count) const {
2286 that_->SendProgress_(data, count);
2287 }
2288
2289 private:
2290 explicit ExecutionProgress(AsyncBareProgressQueueWorker *that)

Callers

nothing calls this directly

Calls 1

SendProgress_Method · 0.45

Tested by

no test coverage detected