Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
3640
template <typename T>
3641
inline Reference<T>::Reference()
3642
: _env(nullptr), _ref(nullptr), _suppressDestruct(false) {}
3643
3644
template <typename T>
3645
inline Reference<T>::Reference(napi_env env, napi_ref ref)
Callers
nothing calls this directly
Calls
1
Value
Method · 0.80
Tested by
no test coverage detected