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

Method getModuleName

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

Getter and setter for module name.

Source from the content-addressed store, hash-verified

48public:
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.

Callers 11

validateMethod · 0.45
createCoremodulesFunction · 0.45
instantiateMethod · 0.45
loadDeclMethod · 0.45
serializeDescMethod · 0.45
unsafeExecuteMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
registerModuleMethod · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36