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

Method setContent

include/ast/section.h:166–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 /// Getter and setter for content.
165 std::optional<uint32_t> getContent() const { return Content; }
166 void setContent(uint32_t Val) noexcept { Content = Val; }
167
168private:
169 /// \name Data of StartSection.

Callers 2

loadSectionMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36