Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Persper/code-analytics
/ _subject
Function
_subject
persper/graphs/processor.py:41–42 ·
view source on GitHub ↗
(msg)
Source
from the content-addressed store, hash-verified
39
40
41
def
_subject(msg):
42
return
msg.split(
'\n'
, 1)[0].lstrip().rstrip()
43
44
45
class
Processor():
Callers
1
process
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected