MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / _edge

Function _edge

tests/test_graphs.py:29–30  ·  view source on GitHub ↗
(tup)

Source from the content-addressed store, hash-verified

27
28
29def _edge(tup):
30 return f"{tup[0]}->{tup[1]}"
31
32
33def assert_eq(seq_a, seq_b):

Callers 1

assert_eqFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected