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

Method getTagExports

include/runtime/instance/module.h:222–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220 }
221 template <typename CallbackT>
222 auto getTagExports(CallbackT &&CallBack) const noexcept {
223 std::shared_lock Lock(Mutex);
224 return std::forward<CallbackT>(CallBack)(ExpTags);
225 }
226 template <typename CallbackT>
227 auto getGlobalExports(CallbackT &&CallBack) const noexcept {
228 std::shared_lock Lock(Mutex);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected