MCPcopy Create free account
hub / github.com/nodejs/node-addon-api / GetFloat64

Method GetFloat64

napi-inl.h:2423–2425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2421}
2422
2423inline double DataView::GetFloat64(size_t byteOffset) const {
2424 return ReadData<double>(byteOffset);
2425}
2426
2427inline int8_t DataView::GetInt8(size_t byteOffset) const {
2428 return ReadData<int8_t>(byteOffset);

Callers 1

GetFloat64Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected