MCPcopy Create free account
hub / github.com/cli/cli / Do

Method Do

pkg/cmd/release/shared/upload.go:24–24  ·  view source on GitHub ↗
(*http.Request)

Source from the content-addressed store, hash-verified

22
23type httpDoer interface {
24 Do(*http.Request) (*http.Response, error)
25}
26
27type errNetwork struct{ error }

Callers 15

searchMethod · 0.65
TestSSOURLFunction · 0.65
TestPlainHttpClientFunction · 0.65
uploadAssetFunction · 0.65
deleteAssetFunction · 0.65
FetchRefSHAFunction · 0.65
fetchReleasePathFunction · 0.65
publishedReleaseExistsFunction · 0.65
downloadAssetFunction · 0.65
editReleaseFunction · 0.65
GetRawGistFileFunction · 0.65
createGistFunction · 0.65

Implementers 2

MultiAccountinternal/config/migration/multi_accoun
MigrationMockinternal/gh/mock/migration.go

Calls

no outgoing calls

Tested by 2

TestSSOURLFunction · 0.52
TestPlainHttpClientFunction · 0.52