MCPcopy
hub / github.com/cli/cli / Commits

Method Commits

pkg/search/searcher.go:31–31  ·  view source on GitHub ↗
(Query)

Source from the content-addressed store, hash-verified

29type Searcher interface {
30 Code(Query) (CodeResult, error)
31 Commits(Query) (CommitsResult, error)
32 Repositories(Query) (RepositoriesResult, error)
33 Issues(Query) (IssuesResult, error)
34 URL(Query) string

Callers 3

TestSearcherCommitsFunction · 0.95
commitsRunFunction · 0.65
initDefaultTitleBodyFunction · 0.65

Implementers 2

searcherpkg/search/searcher.go
SearcherMockpkg/search/searcher_mock.go

Calls

no outgoing calls

Tested by 1

TestSearcherCommitsFunction · 0.76