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

Method getCustomSections

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

Getters of references to sections.

Source from the content-addressed store, hash-verified

34
35 /// Getters of references to sections.
36 Span<const CustomSection> getCustomSections() const noexcept {
37 return CustomSecs;
38 }
39 std::vector<CustomSection> &getCustomSections() noexcept {
40 return CustomSecs;
41 }

Callers 4

generateCoredumpFunction · 0.80
loadModuleMethod · 0.80
serializeModuleMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64