MCPcopy
hub / github.com/pytorch/vision / commit_title

Function commit_title

scripts/release_notes/retrieve_prs_data.py:55–58  ·  view source on GitHub ↗
(commit_hash)

Source from the content-addressed store, hash-verified

53
54
55def commit_title(commit_hash):
56 cmd = f"git log -n 1 --pretty=format:%s {commit_hash}"
57 ret, out, err = run(cmd)
58 return out if ret == 0 else None
59
60
61def commit_files_changed(commit_hash):

Callers 1

get_featuresFunction · 0.85

Calls 1

runFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…