MCPcopy
hub / github.com/ActivityWatch/activitywatch / format

Method format

scripts/build_changelog.py:160–163  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

158 return f"{_type}" + (f"({subtype})" if subtype else "")
159
160 def format(self) -> str:
161 commit_link = commit_linkify(self.id, self.org, self.repo) if self.id else ""
162
163 return f"{self.msg_processed}" + (f" ({commit_link})" if commit_link else "")
164
165
166def run(cmd, cwd=".") -> str:

Callers 2

summary_repoFunction · 0.95
mainFunction · 0.80

Calls 1

commit_linkifyFunction · 0.85

Tested by

no test coverage detected