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

Method GetUint16

napi-inl.h:2443–2445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2441}
2442
2443inline uint16_t DataView::GetUint16(size_t byteOffset) const {
2444 return ReadData<uint16_t>(byteOffset);
2445}
2446
2447inline uint32_t DataView::GetUint32(size_t byteOffset) const {
2448 return ReadData<uint32_t>(byteOffset);

Callers 1

GetUint16Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected