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

Method recycleModule

include/runtime/storemgr.h:139–141  ·  view source on GitHub ↗

Collect the instantiation failed module.

Source from the content-addressed store, hash-verified

137
138 /// Collect the instantiation failed module.
139 void recycleModule(std::unique_ptr<Instance::ModuleInstance> &&Mod) {
140 FailedMod = std::move(Mod);
141 }
142
143 /// \name Module name mapping.
144 std::map<std::string, const Instance::ModuleInstance *, std::less<>> NamedMod;

Callers 1

instantiateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected