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

Method getComponentFunctionList

include/vm/vm.h:247–251  ·  view source on GitHub ↗

Get list of callable component functions and corresponding function types.

Source from the content-addressed store, hash-verified

245
246 /// Get list of callable component functions and corresponding function types.
247 std::vector<std::pair<std::string, const AST::Component::FuncType &>>
248 getComponentFunctionList() const {
249 std::shared_lock Lock(Mutex);
250 return unsafeGetComponentFunctionList();
251 }
252
253 /// Get pre-registered module instance by configuration.
254 Runtime::Instance::ModuleInstance *

Callers 1

ToolFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected