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

Method findMemoryExports

include/runtime/instance/module.h:170–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168 return unsafeFindExports(ExpTables, ExtName);
169 }
170 MemoryInstance *findMemoryExports(std::string_view ExtName) const noexcept {
171 std::shared_lock Lock(Mutex);
172 return unsafeFindExports(ExpMems, ExtName);
173 }
174 TagInstance *findTagExports(std::string_view ExtName) const noexcept {
175 std::shared_lock Lock(Mutex);
176 return unsafeFindExports(ExpTags, ExtName);

Callers 15

checkImportMatchedFunction · 0.80
instantiateMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
FFmpegTestMethod · 0.80
TESTFunction · 0.80
WasiCryptoTestMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64