MCPcopy 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

arrayFillMethod · 0.45
arrayInitElemMethod · 0.45
arrayCopyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected