MCPcopy
hub / github.com/cli/cli / Do

Method Do

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

Source from the content-addressed store, hash-verified

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

Callers 15

searchMethod · 0.65
TestSSOURLFunction · 0.65
TestPlainHttpClientFunction · 0.65
deleteAssetFunction · 0.65
deleteReleaseFunction · 0.65
deleteTagFunction · 0.65
uploadAssetFunction · 0.65
deleteAssetFunction · 0.65
FetchRefSHAFunction · 0.65
fetchReleasePathFunction · 0.65
getTagsFunction · 0.65
generateReleaseNotesFunction · 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