MCPcopy 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
59private:
60 /// \name Data of data instance.

Callers 5

resetMethod · 0.45
pushFrameMethod · 0.45
resetMethod · 0.45
resetMethod · 0.45
finishInstantiationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected