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

Method From

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

Source from the content-addressed store, hash-verified

1517template <typename T>
1518struct vf_fallback {
1519 static Value From(napi_env env, const T& value) { return Value(env, value); }
1520};
1521
1522template <typename...>

Callers

nothing calls this directly

Calls 1

ValueFunction · 0.70

Tested by

no test coverage detected