MCPcopy Index your code
hub / github.com/Persper/code-analytics / serialized_messages

Function serialized_messages

test/test_graphs/test_iterator.py:9–10  ·  view source on GitHub ↗
(commits)

Source from the content-addressed store, hash-verified

7
8
9def serialized_messages(commits):
10 return ' '.join([c.message.strip() for c in commits])
11
12
13@pytest.fixture(scope='module')

Callers 3

test_iteratorFunction · 0.70
test_continue_iterFunction · 0.70
test_revFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected