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

Method getRecursiveInfo

include/ast/type.h:266–268  ·  view source on GitHub ↗

Getter for recursive type information.

Source from the content-addressed store, hash-verified

264
265 /// Getter for recursive type information.
266 std::optional<RecInfo> getRecursiveInfo() const noexcept {
267 return RecTypeInfo;
268 }
269 void setRecursiveInfo(uint32_t Index, uint32_t Size) noexcept {
270 RecTypeInfo = RecInfo{Index, Size};
271 }

Callers 3

validateMethod · 0.80
serializeSectionMethod · 0.80
isDefTypeEqualMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected