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

Method From

napi-inl.h:1495–1497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1493
1494struct vf_utf8_charp {
1495 static String From(napi_env env, const char* value) {
1496 return String::New(env, value);
1497 }
1498};
1499
1500struct vf_utf16_charp {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected