MCPcopy Create free account
hub / github.com/nodejs/node-addon-api / From

Method From

napi-inl.h:1512–1514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1510
1511struct vf_utf16_string {
1512 static String From(napi_env env, const std::u16string& value) {
1513 return String::New(env, value);
1514 }
1515};
1516
1517template <typename T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected