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

Method linkDefinedType

include/runtime/instance/composite.h:56–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54protected:
55 friend class ModuleInstance;
56 void linkDefinedType(const ModuleInstance *Mod,
57 const uint32_t Index) noexcept {
58 assuming(Mod);
59 ModInst = Mod;
60 TypeIdx = Index;
61 }
62
63 /// \name Data of composite instances.
64 /// @{

Callers 1

addHostFuncMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected