Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node-addon-api
/ IsEmpty
Method
IsEmpty
napi-inl.h:3727–3729 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3725
3726
template <typename T>
3727
inline bool Reference<T>::IsEmpty() const {
3728
return _ref == nullptr;
3729
}
3730
3731
template <typename T>
3732
inline T Reference<T>::Value() const {
Callers
15
DefaultCallbackWrapper
Function · 0.80
IsConstructCall
Method · 0.80
~ObjectWrap
Method · 0.80
OnOK
Method · 0.80
OnError
Method · 0.80
FunctionOrEmpty
Method · 0.80
Finalize
Method · 0.80
GetFromValue
Function · 0.80
GetHelper
Function · 0.80
GetFromGetter
Function · 0.80
GetCastedFromValue
Function · 0.80
GetCastedFromGetter
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected