MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / getData

Method getData

include/ast/segment.h:143–143  ·  view source on GitHub ↗

Getter for data.

Source from the content-addressed store, hash-verified

141
142 /// Getter for data.
143 Span<const Byte> getData() const noexcept { return Data; }
144 std::vector<Byte> &getData() noexcept { return Data; }
145
146private:

Callers 15

filestatGetMethod · 0.45
instantiateMethod · 0.45
initMemoryMethod · 0.45
logMemoryOOBFunction · 0.45
arrayNewDataMethod · 0.45
arrayGetMethod · 0.45
arraySetMethod · 0.45
arrayInitDataMethod · 0.45
runMemoryInitOpMethod · 0.45
proxyMemInitMethod · 0.45
loadSegmentMethod · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36