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

Method getDecl

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

Source from the content-addressed store, hash-verified

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

Callers 3

populateInstanceFromTypeFunction · 0.45
validateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected