Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
using namespace Nan; // NOLINT(build/namespaces)
12
13
struct Dummy {
14
int value;
15
};
16
17
NAN_METHOD(SetAndGet) {
18
Dummy *d0 = new Dummy;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected