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

Method setExternalType

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

Source from the content-addressed store, hash-verified

30 /// Getter and setter for external type.
31 ExternalType getExternalType() const noexcept { return ExtType; }
32 void setExternalType(ExternalType ET) noexcept { ExtType = ET; }
33
34 /// Getter and setter for external name.
35 std::string_view getExternalName() const noexcept { return ExtName; }

Callers 3

loadDescMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64