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

Method getExternalType

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

Getter and setter for external type.

Source from the content-addressed store, hash-verified

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

Callers 15

compileMethod · 0.80
validateMethod · 0.80
validateMethod · 0.80
instantiateMethod · 0.80
instantiateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected