MCPcopy Index your code
hub / github.com/1Panel-dev/MaxKB / run_node

Method run_node

apps/application/flow/workflow_manage.py:565–567  ·  view source on GitHub ↗
(self, node)

Source from the content-addressed store, hash-verified

563 return NodeResultFuture(None, e, 500)
564
565 def run_node(self, node):
566 result = node.run()
567 return result
568
569 def is_result(self, current_node, current_node_result):
570 return current_node.node_params.get('is_result', not self._has_next_node(

Callers 1

run_node_futureMethod · 0.95

Calls 1

runMethod · 0.45

Tested by

no test coverage detected