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

Function NAN_METHOD

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

Source from the content-addressed store, hash-verified

11using namespace Nan; // NOLINT(build/namespaces)
12
13NAN_METHOD(ReturnEmptyString) {
14 info.GetReturnValue().SetEmptyString();
15}
16
17NAN_MODULE_INIT(Init) {
18 Set(target

Callers

nothing calls this directly

Calls 2

SetEmptyStringMethod · 0.45
GetReturnValueMethod · 0.45

Tested by

no test coverage detected