MCPcopy 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

6using namespace Napi;
7
8Symbol CreateNewSymbolWithNoArgs(const Napi::CallbackInfo&) {
9 return Napi::Symbol();
10}
11
12Symbol CreateNewSymbolWithCppStrDesc(const Napi::CallbackInfo& info) {
13 String cppStrKey = info[0].As<String>();

Callers

nothing calls this directly

Calls 1

SymbolClass · 0.85

Tested by

no test coverage detected