Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2573
inline size_t TypedArray::ElementLength() const {
2574
return _length;
2575
}
2576
2577
inline size_t TypedArray::ByteOffset() const {
2578
size_t byteOffset;
Callers
2
TypedArrayDataIsEquivalent
Function · 0.80
GetTypedArrayLength
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected