MCPcopy Index your code
hub / github.com/google/go-github / String

Method String

github/git_commits.go:64–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62}
63
64func (c Commit) String() string {
65 return Stringify(c)
66}
67
68// CommitAuthor represents the author or committer of a commit. The commit
69// author may not correspond to a GitHub User.

Callers 2

TestCommit_StringFunction · 0.95
createSignatureFunction · 0.45

Calls 1

StringifyFunction · 0.85

Tested by 1

TestCommit_StringFunction · 0.76