MCPcopy Create free account
hub / github.com/c1982/swe-dashboard / GithubUploadURL

Function GithubUploadURL

internal/scm/github/github.go:17–21  ·  view source on GitHub ↗
(uploaduri string)

Source from the content-addressed store, hash-verified

15}
16
17func GithubUploadURL(uploaduri string) GithubOption {
18 return func(s *SCM) error {
19 return s.setUploadURL(uploaduri)
20 }
21}
22
23func GithubOrganizations(list []string) GithubOption {
24 return func(s *SCM) error {

Callers

nothing calls this directly

Calls 1

setUploadURLMethod · 0.80

Tested by

no test coverage detected