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

Method InnerObject

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

Source from the content-addressed store, hash-verified

31
32 private:
33 explicit InnerObject(double value = 0) : value_(value) {}
34 ~InnerObject() {}
35
36 static NAN_METHOD(New) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected