MCPcopy
hub / github.com/cli/cli / Commit

Struct Commit

pkg/search/result.go:142–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142type Commit struct {
143 Author User `json:"author"`
144 Committer User `json:"committer"`
145 ID string `json:"node_id"`
146 Info CommitInfo `json:"commit"`
147 Parents []Parent `json:"parents"`
148 Repo Repository `json:"repository"`
149 Sha string `json:"sha"`
150 URL string `json:"html_url"`
151}
152
153type CommitInfo struct {
154 Author CommitUser `json:"author"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected