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

Method addHostTable

include/runtime/instance/module.h:142–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 }
141
142 void addHostTable(std::string_view Name,
143 std::unique_ptr<TableInstance> &&Tab) {
144 std::unique_lock Lock(Mutex);
145 unsafeAddHostInstance(Name, OwnedTabInsts, TabInsts, ExpTables,
146 std::move(Tab));
147 }
148 void addHostMemory(std::string_view Name,
149 std::unique_ptr<MemoryInstance> &&Mem) {
150 std::unique_lock Lock(Mutex);

Callers 3

TESTFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64