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

Method setExternalName

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

Source from the content-addressed store, hash-verified

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:
39 /// \name Data of Desc: rxternal name and external type.

Callers 3

loadDescMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64