Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acm-clan/algorithm-stone
/ check_node
Method
check_node
animations/src/algo_tree.py:48–50 ·
view source on GitHub ↗
(self, p)
Source
from the content-addressed store, hash-verified
46
47
# 检查节点是否创建
48
def
check_node(self, p):
49
if
p.id not in self.node_objs:
50
self.add_node(p)
51
52
# 检查边是否创建
53
def
check_edge(self, x, y):
Callers
2
calc_tree_data
Method · 0.95
calc_tree_data
Method · 0.45
Calls
1
add_node
Method · 0.95
Tested by
no test coverage detected