Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ getLength
Method
getLength
include/runtime/instance/array.h:50–52 ·
view source on GitHub ↗
Get array length.
Source
from the content-addressed store, hash-verified
48
49
/// Get array length.
50
uint32_t getLength() const noexcept {
51
return static_cast<uint32_t>(Data.size());
52
}
53
54
private:
55
/// \name Data of array instance.
Callers
10
logArrayOOB
Function · 0.80
logDoubleArrayOOB
Function · 0.80
runArrayLenOp
Method · 0.80
arrayGet
Method · 0.80
arraySet
Method · 0.80
arrayFill
Method · 0.80
arrayInitData
Method · 0.80
arrayInitElem
Method · 0.80
arrayCopy
Method · 0.80
proxyArrayLen
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected