Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node-addon-api
/ GetInt32
Method
GetInt32
napi-inl.h:2435–2437 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2433
}
2434
2435
inline int32_t DataView::GetInt32(size_t byteOffset) const {
2436
return ReadData<int32_t>(byteOffset);
2437
}
2438
2439
inline uint8_t DataView::GetUint8(size_t byteOffset) const {
2440
return ReadData<uint8_t>(byteOffset);
Callers
1
GetInt32
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected