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

Method GetUint8

napi-inl.h:2439–2441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2437}
2438
2439inline uint8_t DataView::GetUint8(size_t byteOffset) const {
2440 return ReadData<uint8_t>(byteOffset);
2441}
2442
2443inline uint16_t DataView::GetUint16(size_t byteOffset) const {
2444 return ReadData<uint16_t>(byteOffset);

Callers 1

GetUint8Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected