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

Class Dummy

test/cpp/isolatedata.cpp:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11using namespace Nan; // NOLINT(build/namespaces)
12
13struct Dummy {
14 int value;
15};
16
17NAN_METHOD(SetAndGet) {
18 Dummy *d0 = new Dummy;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected