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

Method setName

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

Source from the content-addressed store, hash-verified

47 /// Getter and setter for name.
48 std::string_view getName() const noexcept { return Name; }
49 void setName(std::string_view N) { Name = N; }
50
51 /// Getter for content vector.
52 Span<const Byte> getContent() const noexcept { return Content; }

Callers 7

createCoreFunction · 0.80
createCorestackFunction · 0.80
createCoremodulesFunction · 0.80
createCoreinstancesFunction · 0.80
loadSectionMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64