Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
def
get_node(node_type, workflow_model):
63
return
node_map.get(node_type).get(workflow_model)
Callers
5
action
Method · 0.90
run_chain_manage
Method · 0.90
get_node_cls_by_id
Method · 0.90
is_valid_node_params
Method · 0.90
get_node_cls_by_id
Method · 0.90
Calls
1
get
Method · 0.45
Tested by
no test coverage detected