MCPcopy Index your code
hub / github.com/nodejs/node-addon-api / TestStaticMethodT

Method TestStaticMethodT

test/objectwrap.cc:110–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 }
109
110 static Napi::Value TestStaticMethodT(const Napi::CallbackInfo& info) {
111 return Napi::String::New(info.Env(), s_staticMethodText);
112 }
113
114 static void TestStaticVoidMethodT(const Napi::CallbackInfo& info) {
115 s_staticMethodText = MaybeUnwrap(info[0].ToString());

Callers

nothing calls this directly

Calls 1

EnvMethod · 0.80

Tested by

no test coverage detected