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

Method getStartFunc

include/runtime/instance/module.h:448–451  ·  view source on GitHub ↗

Get start function address in Store.

Source from the content-addressed store, hash-verified

446
447 /// Get start function address in Store.
448 const FunctionInstance *getStartFunc() const noexcept {
449 std::shared_lock Lock(Mutex);
450 return StartFunc;
451 }
452
453 /// Set the target imported WASI module during instantiation.
454 void setWASIModule(const ModuleInstance *Mod) noexcept {

Callers 2

instantiateMethod · 0.80
instantiateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected