Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node-addon-api
/ CreateNewSymbolWithNoArgs
Function
CreateNewSymbolWithNoArgs
test/symbol.cc:8–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
using namespace Napi;
7
8
Symbol CreateNewSymbolWithNoArgs(const Napi::CallbackInfo&) {
9
return Napi::Symbol();
10
}
11
12
Symbol CreateNewSymbolWithCppStrDesc(const Napi::CallbackInfo& info) {
13
String cppStrKey = info[0].As<String>();
Callers
nothing calls this directly
Calls
1
Symbol
Class · 0.85
Tested by
no test coverage detected