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

Method Execute

nan.h:2300–2303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2298
2299 private:
2300 void Execute() /*final override*/ {
2301 ExecutionProgress progress(this);
2302 Execute(progress);
2303 }
2304
2305 virtual void SendProgress_(const T *data, size_t count) = 0;
2306};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected