Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node-addon-api
/ double
Function
double
napi-inl.h:1079–1081 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1077
}
1078
1079
inline Number::operator double() const {
1080
return DoubleValue();
1081
}
1082
1083
inline int32_t Number::Int32Value() const {
1084
int32_t result;
Callers
nothing calls this directly
Calls
1
ValueOf
Function · 0.85
Tested by
no test coverage detected