MCPcopy Create free account
hub / github.com/cli/cli / BranchRef

Struct BranchRef

api/queries_repo.go:169–171  ·  view source on GitHub ↗

BranchRef is the branch name in a GitHub repository

Source from the content-addressed store, hash-verified

167
168// BranchRef is the branch name in a GitHub repository
169type BranchRef struct {
170 Name string `json:"name"`
171}
172
173type CodeOfConduct struct {
174 Key string `json:"key"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected