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

Method SetUint32

napi-inl.h:2479–2481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2477}
2478
2479inline void DataView::SetUint32(size_t byteOffset, uint32_t value) const {
2480 WriteData<uint32_t>(byteOffset, value);
2481}
2482
2483template <typename T>
2484inline T DataView::ReadData(size_t byteOffset) const {

Callers 1

SetUint32Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected