Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
146
private:
Callers
15
filestatGet
Method · 0.45
instantiate
Method · 0.45
initMemory
Method · 0.45
logMemoryOOB
Function · 0.45
arrayNewData
Method · 0.45
arrayGet
Method · 0.45
arraySet
Method · 0.45
arrayInitData
Method · 0.45
runMemoryInitOp
Method · 0.45
proxyMemInit
Method · 0.45
WasmEdge_FunctionInstanceGetData
Function · 0.45
loadSegment
Method · 0.45
Calls
no outgoing calls
Tested by
2
TEST
Function · 0.36
TEST
Function · 0.36