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

Method TestMethodT

test/objectwrap.cc:106–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 }
105
106 Napi::Value TestMethodT(const Napi::CallbackInfo& info) {
107 return Napi::String::New(info.Env(), value_);
108 }
109
110 static Napi::Value TestStaticMethodT(const Napi::CallbackInfo& info) {
111 return Napi::String::New(info.Env(), s_staticMethodText);

Callers

nothing calls this directly

Calls 1

EnvMethod · 0.80

Tested by

no test coverage detected