Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ getArray
Method
getArray
include/runtime/instance/array.h:46–46 ·
view source on GitHub ↗
Get full array.
Source
from the content-addressed store, hash-verified
44
45
/// Get full array.
46
Span<ValVariant> getArray() noexcept { return Data; }
47
Span<const ValVariant> getArray() const noexcept { return Data; }
48
49
/// Get array length.
Callers
3
arrayFill
Method · 0.45
arrayInitElem
Method · 0.45
arrayCopy
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected