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

Method getFunctionIndex

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

Source from the content-addressed store, hash-verified

29class Start {
30public:
31 uint32_t getFunctionIndex() const noexcept { return FuncIdx; }
32 uint32_t &getFunctionIndex() noexcept { return FuncIdx; }
33 Span<const uint32_t> getArguments() const noexcept { return Args; }
34 std::vector<uint32_t> &getArguments() noexcept { return Args; }

Callers 2

instantiateMethod · 0.80
loadStartMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected