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

Method SetInt16

napi-inl.h:2463–2465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2461}
2462
2463inline void DataView::SetInt16(size_t byteOffset, int16_t value) const {
2464 WriteData<int16_t>(byteOffset, value);
2465}
2466
2467inline void DataView::SetInt32(size_t byteOffset, int32_t value) const {
2468 WriteData<int32_t>(byteOffset, value);

Callers 1

SetInt16Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected