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

Method setDecl

include/ast/component/type.h:400–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398public:
399 Span<const InstanceDecl> getDecl() const noexcept { return Decl; }
400 void setDecl(std::vector<InstanceDecl> &&D) noexcept { Decl = std::move(D); }
401
402private:
403 std::vector<InstanceDecl> Decl;

Callers 2

loadTypeMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36