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

Method get_start_node

apps/application/flow/common.py:196–197  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

194 return Workflow(nodes, edges, workflow_mode)
195
196 def get_start_node(self):
197 return self.get_node('start-node')
198
199 def get_search_node(self):
200 return [node for node in self.nodes if node.type == 'search-dataset-node']

Callers 1

is_valid_work_flowMethod · 0.95

Calls 1

get_nodeMethod · 0.95

Tested by

no test coverage detected