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

Method getExternalName

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

Getter and setter for external name.

Source from the content-addressed store, hash-verified

33
34 /// Getter and setter for external name.
35 std::string_view getExternalName() const noexcept { return ExtName; }
36 void setExternalName(std::string_view Name) { ExtName = Name; }
37
38protected:

Callers 7

validateMethod · 0.80
validateMethod · 0.80
instantiateMethod · 0.80
instantiateMethod · 0.80
serializeDescMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected