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

Method getSections

include/ast/component/component.h:69–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68 std::vector<Section> &getSections() noexcept { return Secs; }
69 Span<const Section> getSections() const noexcept { return Secs; }
70
71 /// Getter and setter for validated flag.
72 bool getIsValidated() const noexcept { return IsValidated; }

Callers 13

resolveChildInstanceTypeFunction · 0.80
validateComponentMethod · 0.80
validateMethod · 0.80
instantiateMethod · 0.80
loadMethod · 0.80
section.cppFile · 0.80
loadComponentMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
makeCompWithImportedFuncFunction · 0.80

Calls

no outgoing calls

Tested by 5

TESTFunction · 0.64
TESTFunction · 0.64
makeCompWithImportedFuncFunction · 0.64