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

Method setModuleName

include/ast/description.h:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 /// Getter and setter for module name.
50 std::string_view getModuleName() const noexcept { return ModName; }
51 void setModuleName(std::string_view Name) { ModName = Name; }
52
53 /// Getter and setter for external contents.
54 uint32_t getExternalFuncTypeIdx() const noexcept { return FuncTypeIdx; }

Callers 3

loadDescMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64