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

Method getFunctionList

include/vm/vm.h:240–244  ·  view source on GitHub ↗

Get list of callable functions and corresponding function types.

Source from the content-addressed store, hash-verified

238
239 /// Get list of callable functions and corresponding function types.
240 std::vector<std::pair<std::string, const AST::FunctionType &>>
241 getFunctionList() const {
242 std::shared_lock Lock(Mutex);
243 return unsafeGetFunctionList();
244 }
245
246 /// Get list of callable component functions and corresponding function types.
247 std::vector<std::pair<std::string, const AST::Component::FuncType &>>

Callers 3

ToolFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected