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

Method GetInt16

napi-inl.h:2431–2433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2429}
2430
2431inline int16_t DataView::GetInt16(size_t byteOffset) const {
2432 return ReadData<int16_t>(byteOffset);
2433}
2434
2435inline int32_t DataView::GetInt32(size_t byteOffset) const {
2436 return ReadData<int32_t>(byteOffset);

Callers 1

GetInt16Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected