MCPcopy
hub / github.com/1Panel-dev/MaxKB / run

Method run

apps/application/flow/i_step_node.py:358–366  ·  view source on GitHub ↗

:return: 执行结果

(self)

Source from the content-addressed store, hash-verified

356 return write_error_context
357
358 def run(self) -> NodeResult:
359 """
360 :return: 执行结果
361 """
362 start_time = time.time()
363 self.context['start_time'] = start_time
364 result = self._run()
365 self.context['run_time'] = time.time() - start_time
366 return result
367
368 def _run(self):
369 result = self.execute()

Callers 15

init_schedulerFunction · 0.45
post_handlerFunction · 0.45
chat_simpleMethod · 0.45
_get_chat_idMethod · 0.45
get_mcp_serversMethod · 0.45
speech_to_textMethod · 0.45
speech_to_textMethod · 0.45
text_to_speechMethod · 0.45
text_to_speechMethod · 0.45
speech_to_textMethod · 0.45
text_to_speechMethod · 0.45
executeMethod · 0.45

Calls 1

_runMethod · 0.95

Tested by

no test coverage detected