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

Method MyObject

test/cpp/wrappedobjectfactory.cpp:86–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84
85 private:
86 explicit MyObject(double value = 0) : value_(value) {}
87 ~MyObject() {}
88
89 static NAN_METHOD(New) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected