Get list of callable component functions and corresponding function types.
| 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 * |