MCPcopy
hub / github.com/Jguer/yay / Get

Method Get

pkg/download/unified.go:23–23  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

21// HTTPRequestDoer is an interface for HTTP clients that can perform GET requests.
22type HTTPRequestDoer interface {
23 Get(string) (*http.Response, error)
24}
25
26type DBSearcher interface {

Callers 15

syncInfoFunction · 0.65
TestPrintPkgbuildsFunction · 0.65
syncCleanFunction · 0.65
cleanAURFunction · 0.65
cleanUntrackedFunction · 0.65
handleCmdFunction · 0.65
getFilterFunction · 0.65
displayNumberMenuFunction · 0.65
syncListFunction · 0.65
ErrorMethod · 0.65
handlePackageVoteFunction · 0.65
createDevelDBFunction · 0.65

Implementers 4

mockDoerpkg/completion/completion_test.go
IntRangepkg/intrange/intrange.go
MockAURpkg/dep/mock/aur.go
testClientpkg/download/utils_test.go

Calls

no outgoing calls

Tested by 6

TestPrintPkgbuildsFunction · 0.52
TestIntRanges_GetFunction · 0.52
TestPrintNewsFeedFunction · 0.52
TestPrintNewsFeedSameDayFunction · 0.52
TestPKGBUILDFullFunction · 0.52