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

Method Error

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

Source from the content-addressed store, hash-verified

38}
39
40func (e errMissingRequiredWorkflowScope) Error() string {
41 return "workflow scope may be required"
42}
43
44func remoteTagExists(httpClient *http.Client, repo ghrepo.Interface, tagName string) (bool, error) {
45 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