Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2479
inline void DataView::SetUint32(size_t byteOffset, uint32_t value) const {
2480
WriteData<uint32_t>(byteOffset, value);
2481
}
2482
2483
template <typename T>
2484
inline T DataView::ReadData(size_t byteOffset) const {
Callers
1
SetUint32
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected