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

Method Error

pkg/cmd/release/create/http.go:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35}
36
37func (e errMissingRequiredWorkflowScope) Error() string {
38 return "workflow scope may be required"
39}
40
41func remoteTagExists(httpClient *http.Client, repo ghrepo.Interface, tagName string) (bool, error) {
42 gql := api.NewClientFromHTTP(httpClient)

Callers 10

Test_deleteTag_httpErrorFunction · 0.45
TestFetchRefSHAFunction · 0.45
TestFetchLatestReleaseFunction · 0.45
Test_createRunFunction · 0.45
requireAPIHTTPErrorFunction · 0.45

Calls

no outgoing calls

Tested by 10

Test_deleteTag_httpErrorFunction · 0.36
TestFetchRefSHAFunction · 0.36
TestFetchLatestReleaseFunction · 0.36
Test_createRunFunction · 0.36
requireAPIHTTPErrorFunction · 0.36