MCPcopy 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
11NAN_METHOD(ReturnNull) {
12 info.GetReturnValue().SetNull();
13}
14
15NAN_MODULE_INIT(Init) {
16 Nan::Set(target

Callers

nothing calls this directly

Calls 2

SetNullMethod · 0.45
GetReturnValueMethod · 0.45

Tested by

no test coverage detected