MCPcopy Create free account
hub / github.com/1Password/for-open-source / GitHub

Struct GitHub

script/github.go:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type GitHub struct {
14 RepoOwner string
15 RepoName string
16 Client *github.Client
17 Issue *github.Issue
18}
19
20func (g *GitHub) Init() error {
21 if isTesting() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected