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

Method isFinal

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

Getter and setter for final flag.

Source from the content-addressed store, hash-verified

242
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.

Callers 3

validateMethod · 0.80
serializeTypeMethod · 0.80
isRecTypeEqualMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected