MCPcopy 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
41def _subject(msg):
42 return msg.split('\n', 1)[0].lstrip().rstrip()
43
44
45class Processor():

Callers 1

processMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected