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

FuncType GithubOption

internal/scm/github/github.go:3–3  ·  view source on GitHub ↗
func(*SCM) error

Source from the content-addressed store, hash-verified

1package github
2
3type GithubOption func(*SCM) error
4
5func GithubToken(token string) GithubOption {
6 return func(s *SCM) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected