Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
398
public:
399
Span<const InstanceDecl> getDecl() const noexcept { return Decl; }
400
void setDecl(std::vector<InstanceDecl> &&D) noexcept { Decl = std::move(D); }
401
402
private:
403
std::vector<InstanceDecl> Decl;
Callers
2
loadType
Method · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36