Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
using namespace Nan; // NOLINT(build/namespaces)
12
13
NAN_METHOD(ReturnEmptyString) {
14
info.GetReturnValue().SetEmptyString();
15
}
16
17
NAN_MODULE_INIT(Init) {
18
Set(target
Callers
nothing calls this directly
Calls
2
SetEmptyString
Method · 0.45
GetReturnValue
Method · 0.45
Tested by
no test coverage detected