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

Method ExecutionProgress

nan.h:2290–2291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2288
2289 private:
2290 explicit ExecutionProgress(AsyncBareProgressQueueWorker *that)
2291 : that_(that) {}
2292 NAN_DISALLOW_ASSIGN_COPY_MOVE(ExecutionProgress)
2293 AsyncBareProgressQueueWorker* const that_;
2294 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected