MCPcopy 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
2427inline int8_t DataView::GetInt8(size_t byteOffset) const {
2428 return ReadData<int8_t>(byteOffset);
2429}
2430
2431inline int16_t DataView::GetInt16(size_t byteOffset) const {
2432 return ReadData<int16_t>(byteOffset);

Callers 1

GetInt8Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected