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

Method setSymbol

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

Source from the content-addressed store, hash-verified

71 /// Getter and setter for compiled symbol.
72 const auto &getSymbol() const noexcept { return IntrSymbol; }
73 void setSymbol(Symbol<const Executable::IntrinsicsTable *> S) noexcept {
74 IntrSymbol = std::move(S);
75 }
76
77 /// Getter and setter for validated flag.
78 bool getIsValidated() const noexcept { return IsValidated; }

Callers 1

loadExecutableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected