Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/nan
/ NAN_METHOD
Function
NAN_METHOD
test/cpp/returnnull.cpp:11–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
#include <nan.h>
10
11
NAN_METHOD(ReturnNull) {
12
info.GetReturnValue().SetNull();
13
}
14
15
NAN_MODULE_INIT(Init) {
16
Nan::Set(target
Callers
nothing calls this directly
Calls
2
SetNull
Method · 0.45
GetReturnValue
Method · 0.45
Tested by
no test coverage detected