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

Method SetInt8

napi-inl.h:2459–2461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2457}
2458
2459inline void DataView::SetInt8(size_t byteOffset, int8_t value) const {
2460 WriteData<int8_t>(byteOffset, value);
2461}
2462
2463inline void DataView::SetInt16(size_t byteOffset, int16_t value) const {
2464 WriteData<int16_t>(byteOffset, value);

Callers 1

SetInt8Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected