Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BUPT-GAMMA/MASFactory
/ create_node
Method
create_node
masfactory/components/graphs/base_graph.py:62–62 ·
view source on GitHub ↗
(self, cls: type[T], *args, **kwargs)
Source
from the content-addressed store, hash-verified
60
61
@overload
62
def
create_node(self, cls: type[T], *args, **kwargs) -> T: ...
63
64
@overload
65
def
create_node(self, cls: NodeTemplate[T], *args, **kwargs) -> T: ...
Callers
15
build
Method · 0.80
build
Method · 0.80
build
Method · 0.80
build
Method · 0.80
build
Method · 0.80
build
Method · 0.80
build
Method · 0.80
build
Method · 0.80
build
Method · 0.80
build
Method · 0.80
build
Method · 0.80
build
Method · 0.80
Calls
3
validate_name
Function · 0.90
_materialize
Method · 0.80
_set_owner
Method · 0.80
Tested by
no test coverage detected