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

Method setFinal

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

Source from the content-addressed store, hash-verified

243 /// Getter and setter for final flag.
244 bool isFinal() const noexcept { return IsFinal; }
245 void setFinal(bool F) noexcept { IsFinal = F; }
246
247 /// Getter for type index vector.
248 Span<const uint32_t> getSuperTypeIndices() const noexcept {

Callers 2

loadTypeMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64