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

Function commit_linkify

scripts/build_changelog.py:180–181  ·  view source on GitHub ↗
(commitid: str, org: str, repo: str)

Source from the content-addressed store, hash-verified

178
179
180def commit_linkify(commitid: str, org: str, repo: str) -> str:
181 return f"[`{commitid}`](https://github.com/{org}/{repo}/commit/{commitid})"
182
183
184def wrap_details(title, body, wraplines=5):

Callers 1

formatMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected