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

Method setPrimValType

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

Source from the content-addressed store, hash-verified

206 return *std::get_if<PrimValType>(&Type);
207 }
208 void setPrimValType(const PrimValType PVT) noexcept {
209 Type.emplace<PrimValType>(PVT);
210 }
211
212 const RecordTy &getRecord() const noexcept {
213 return *std::get_if<RecordTy>(&Type);

Callers 1

loadTypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected