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

Function commit_body

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

Source from the content-addressed store, hash-verified

47
48
49def commit_body(commit_hash):
50 cmd = f"git log -n 1 --pretty=format:%b {commit_hash}"
51 ret, out, err = run(cmd)
52 return out if ret == 0 else None
53
54
55def commit_title(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…