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

Method ElementLength

napi-inl.h:2573–2575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2571}
2572
2573inline size_t TypedArray::ElementLength() const {
2574 return _length;
2575}
2576
2577inline size_t TypedArray::ByteOffset() const {
2578 size_t byteOffset;

Callers 2

GetTypedArrayLengthFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected