MCPcopy Create free account
hub / github.com/google/go-github / String

Method String

github/repos_commits.go:66–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64}
65
66func (c CommitFile) String() string {
67 return Stringify(c)
68}
69
70// CommitsComparison is the result of comparing two commits.
71// See CompareCommits() for details.

Callers 4

TestCommitFile_StringFunction · 0.95
GetCommitRawMethod · 0.45
GetCommitSHA1Method · 0.45
CompareCommitsRawMethod · 0.45

Calls 1

StringifyFunction · 0.85

Tested by 1

TestCommitFile_StringFunction · 0.76