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

Function GithubBaseURL

internal/scm/github/github.go:11–15  ·  view source on GitHub ↗
(baseuri string)

Source from the content-addressed store, hash-verified

9}
10
11func GithubBaseURL(baseuri string) GithubOption {
12 return func(s *SCM) error {
13 return s.setBaseURL(baseuri)
14 }
15}
16
17func GithubUploadURL(uploaduri string) GithubOption {
18 return func(s *SCM) error {

Callers

nothing calls this directly

Calls 1

setBaseURLMethod · 0.45

Tested by

no test coverage detected