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

Function get_node

apps/application/flow/step_node/__init__.py:62–63  ·  view source on GitHub ↗
(node_type, workflow_model)

Source from the content-addressed store, hash-verified

60
61
62def get_node(node_type, workflow_model):
63 return node_map.get(node_type).get(workflow_model)

Callers 5

actionMethod · 0.90
run_chain_manageMethod · 0.90
get_node_cls_by_idMethod · 0.90
is_valid_node_paramsMethod · 0.90
get_node_cls_by_idMethod · 0.90

Calls 1

getMethod · 0.45

Tested by

no test coverage detected