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

Method Reference

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

Source from the content-addressed store, hash-verified

3639
3640template <typename T>
3641inline Reference<T>::Reference()
3642 : _env(nullptr), _ref(nullptr), _suppressDestruct(false) {}
3643
3644template <typename T>
3645inline Reference<T>::Reference(napi_env env, napi_ref ref)

Callers

nothing calls this directly

Calls 1

ValueMethod · 0.80

Tested by

no test coverage detected