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

Function GithubToken

internal/scm/github/github.go:5–9  ·  view source on GitHub ↗
(token string)

Source from the content-addressed store, hash-verified

3type GithubOption func(*SCM) error
4
5func GithubToken(token string) GithubOption {
6 return func(s *SCM) error {
7 return s.setToken(token)
8 }
9}
10
11func GithubBaseURL(baseuri string) GithubOption {
12 return func(s *SCM) error {

Callers

nothing calls this directly

Calls 1

setTokenMethod · 0.45

Tested by

no test coverage detected