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

Method setRecursiveInfo

include/ast/type.h:269–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267 return RecTypeInfo;
268 }
269 void setRecursiveInfo(uint32_t Index, uint32_t Size) noexcept {
270 RecTypeInfo = RecInfo{Index, Size};
271 }
272
273 /// Getter for type index information in a module.
274 std::optional<uint32_t> getTypeIndex() const noexcept { return TypeIndex; }

Callers 3

loadSectionMethod · 0.80
loadTypeMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64