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

Method GetUint32

napi-inl.h:2447–2449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2445}
2446
2447inline uint32_t DataView::GetUint32(size_t byteOffset) const {
2448 return ReadData<uint32_t>(byteOffset);
2449}
2450
2451inline void DataView::SetFloat32(size_t byteOffset, float value) const {
2452 WriteData<float>(byteOffset, value);

Callers 1

GetUint32Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected