Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ visit
Method
visit
test/test_graph.py:412–413 ·
view source on GitHub ↗
(node)
Source
from the content-addressed store, hash-verified
410
def
test_search(self):
411
# Assert depth-first vs. breadth-first search.
412
def
visit(node):
413
a.append(node)
414
def
traversable(node, edge):
415
if
edge.node2.id ==
"e"
:
return
False
416
g = self.g
Callers
nothing calls this directly
Calls
1
append
Method · 0.45
Tested by
no test coverage detected