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

Method SetUint16

napi-inl.h:2475–2477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2473}
2474
2475inline void DataView::SetUint16(size_t byteOffset, uint16_t value) const {
2476 WriteData<uint16_t>(byteOffset, value);
2477}
2478
2479inline void DataView::SetUint32(size_t byteOffset, uint32_t value) const {
2480 WriteData<uint32_t>(byteOffset, value);

Callers 1

SetUint16Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected