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

Method SetUint8

napi-inl.h:2471–2473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2469}
2470
2471inline void DataView::SetUint8(size_t byteOffset, uint8_t value) const {
2472 WriteData<uint8_t>(byteOffset, value);
2473}
2474
2475inline void DataView::SetUint16(size_t byteOffset, uint16_t value) const {
2476 WriteData<uint16_t>(byteOffset, value);

Callers 1

SetUint8Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected