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

Method getIsValidated

include/ast/module.h:78–78  ·  view source on GitHub ↗

Getter and setter for validated flag.

Source from the content-addressed store, hash-verified

76
77 /// Getter and setter for validated flag.
78 bool getIsValidated() const noexcept { return IsValidated; }
79 void setIsValidated(bool V = true) noexcept { IsValidated = V; }
80
81private:

Callers 2

compileMethod · 0.45
instantiateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected