MCPcopy 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
1079inline Number::operator double() const {
1080 return DoubleValue();
1081}
1082
1083inline int32_t Number::Int32Value() const {
1084 int32_t result;

Callers

nothing calls this directly

Calls 1

ValueOfFunction · 0.85

Tested by

no test coverage detected