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

Method MyObject

test/cpp/objectwraphandle.cpp:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29 private:
30 explicit MyObject(double value = 0) : value_(value) {}
31 ~MyObject() {}
32
33 static NAN_METHOD(New) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected