MCPcopy Create free account
hub / github.com/crashappsec/github-analyzer / Repository

Struct Repository

pkg/github/repo/repo.go:14–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type Repository struct {
15 info *github.Repository
16 client *github.Client
17 backoff *backoff.Backoff
18 paginationSize int
19
20 CoreStats *types.RepoCoreStats
21 Webhooks map[types.WebhookID]types.Webhook
22 Workflows map[types.WorkflowID]types.Workflow
23 Collaborators map[types.UserLogin]types.User
24}
25
26func NewRepository(
27 ctx context.Context,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected