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

Method getCoreModule

include/validator/component_context.h:162–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160 }
161
162 const AST::Module *getCoreModule(uint32_t Idx) const noexcept {
163 return getCurrentContext().CoreModules.at(Idx);
164 }
165
166 // ==========================================================================
167 // core:instance

Callers 1

validateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected