Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ clear
Method
clear
include/runtime/instance/data.h:57–57 ·
view source on GitHub ↗
Clear data in data instance.
Source
from the content-addressed store, hash-verified
55
56
/// Clear data in data instance.
57
void clear() noexcept { Data.clear(); }
58
59
private:
60
/// \name Data of data instance.
Callers
5
reset
Method · 0.45
pushFrame
Method · 0.45
reset
Method · 0.45
reset
Method · 0.45
finishInstantiation
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected