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

Method ExecutionProgress

nan.h:2196–2196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2194
2195 private:
2196 explicit ExecutionProgress(AsyncBareProgressWorker *that) : that_(that) {}
2197 NAN_DISALLOW_ASSIGN_COPY_MOVE(ExecutionProgress)
2198 AsyncBareProgressWorker* const that_;
2199 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected