MCPcopy
hub / github.com/cli/cli / Error

Method Error

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

Source from the content-addressed store, hash-verified

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

Callers 3

TestFetchRefSHAFunction · 0.45
Test_createRunFunction · 0.45

Calls

no outgoing calls

Tested by 3

TestFetchRefSHAFunction · 0.36
Test_createRunFunction · 0.36