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

Method getImportDesc

include/ast/component/declarator.h:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 std::string_view getName() const noexcept { return Name; }
40 std::string &getName() noexcept { return Name; }
41 CoreImportDesc getImportDesc() const noexcept { return Desc; }
42 CoreImportDesc &getImportDesc() noexcept { return Desc; }
43
44private:

Callers 3

validateMethod · 0.45
loadDeclMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36