MCPcopy 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
3726template <typename T>
3727inline bool Reference<T>::IsEmpty() const {
3728 return _ref == nullptr;
3729}
3730
3731template <typename T>
3732inline T Reference<T>::Value() const {

Callers 15

DefaultCallbackWrapperFunction · 0.80
IsConstructCallMethod · 0.80
~ObjectWrapMethod · 0.80
OnOKMethod · 0.80
OnErrorMethod · 0.80
FunctionOrEmptyMethod · 0.80
FinalizeMethod · 0.80
GetFromValueFunction · 0.80
GetHelperFunction · 0.80
GetFromGetterFunction · 0.80
GetCastedFromValueFunction · 0.80
GetCastedFromGetterFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected