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

Method getModuleName

include/runtime/instance/module.h:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 }
90
91 std::string_view getModuleName() const noexcept {
92 std::shared_lock Lock(Mutex);
93 return ModName;
94 }
95
96 void *getHostData() const noexcept { return HostData; }
97

Callers 1

registerModuleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected