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

Method run

apps/application/flow/tool_workflow_manage.py:36–42  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

34 return ToolFlowParamsSerializer
35
36 def run(self):
37 self.context['start_time'] = time.time()
38 close_old_connections()
39 language = get_language()
40 if self.params.get('stream'):
41 return self.run_stream(self.start_node, None, language)
42 return self.run_block(language)
43
44 def stream(self):
45 close_old_connections()

Callers 3

debugMethod · 0.95
executeMethod · 0.95
innerFunction · 0.95

Calls 3

run_streamMethod · 0.80
run_blockMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected