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

Method setAlias

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

Source from the content-addressed store, hash-verified

165
166 const Alias &getAlias() const noexcept { return *std::get_if<Alias>(&Decl); }
167 void setAlias(Alias &&A) noexcept { Decl.emplace<Alias>(std::move(A)); }
168
169 const ExportDecl &getExport() const noexcept {
170 return *std::get_if<ExportDecl>(&Decl);

Callers 2

loadDeclMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36