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

Method getSuperTypeIndices

include/ast/type.h:248–250  ·  view source on GitHub ↗

Getter for type index vector.

Source from the content-addressed store, hash-verified

246
247 /// Getter for type index vector.
248 Span<const uint32_t> getSuperTypeIndices() const noexcept {
249 return SuperTypeIndices;
250 }
251 std::vector<uint32_t> &getSuperTypeIndices() noexcept {
252 return SuperTypeIndices;
253 }

Callers 7

checkSubtypeDepthFunction · 0.80
validateMethod · 0.80
loadTypeMethod · 0.80
serializeTypeMethod · 0.80
TESTFunction · 0.80
matchTypeMethod · 0.80
isRecTypeEqualMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64