MCPcopy Create free account
hub / github.com/buildpacks/pack / GetIssueURL

Function GetIssueURL

internal/registry/github.go:68–73  ·  view source on GitHub ↗
(githubURL string)

Source from the content-addressed store, hash-verified

66}
67
68func GetIssueURL(githubURL string) (*url.URL, error) {
69 if githubURL == "" {
70 return nil, errors.New("missing github URL")
71 }
72 return url.Parse(fmt.Sprintf("%s/issues/new", strings.TrimSuffix(githubURL, "/")))
73}

Callers 3

RegisterBuildpackMethod · 0.92
YankBuildpackMethod · 0.92
testGitHubFunction · 0.92

Calls

no outgoing calls

Tested by 1

testGitHubFunction · 0.74