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

Method Error

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

Source from the content-addressed store, hash-verified

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

Callers 11

Test_deleteTag_httpErrorFunction · 0.45
TestFetchRefSHAFunction · 0.45
Test_createRunFunction · 0.45
requireAPIHTTPErrorFunction · 0.45
Test_editRelease_204Function · 0.45

Calls

no outgoing calls

Tested by 11

Test_deleteTag_httpErrorFunction · 0.36
TestFetchRefSHAFunction · 0.36
Test_createRunFunction · 0.36
requireAPIHTTPErrorFunction · 0.36
Test_editRelease_204Function · 0.36