Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
def
serialized_messages(commits):
10
return
' '
.join([c.message.strip()
for
c in commits])
11
12
13
@pytest.fixture(scope=
'module'
)
Callers
3
test_iterator
Function · 0.70
test_continue_iter
Function · 0.70
test_rev
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected