Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node-addon-api
/ GetInt8
Method
GetInt8
napi-inl.h:2427–2429 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2425
}
2426
2427
inline int8_t DataView::GetInt8(size_t byteOffset) const {
2428
return ReadData<int8_t>(byteOffset);
2429
}
2430
2431
inline int16_t DataView::GetInt16(size_t byteOffset) const {
2432
return ReadData<int16_t>(byteOffset);
Callers
1
GetInt8
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected