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

Method SetInt32

napi-inl.h:2467–2469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2465}
2466
2467inline void DataView::SetInt32(size_t byteOffset, int32_t value) const {
2468 WriteData<int32_t>(byteOffset, value);
2469}
2470
2471inline void DataView::SetUint8(size_t byteOffset, uint8_t value) const {
2472 WriteData<uint8_t>(byteOffset, value);

Callers 1

SetInt32Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected