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

TypeAlias userRepoPermissions

pkg/github/org/org.go:549–549  ·  view source on GitHub ↗

userRepoPermissions holds a list of all repos with a given permission for a given user

Source from the content-addressed store, hash-verified

547
548 // userRepoPermissions holds a list of all repos with a given permission for a given user
549 type userRepoPermissions map[string]([]types.RepoName)
550 // permission summary is the list of different permissions for a user
551 permissionSummary := map[types.UserLogin]userRepoPermissions{}
552

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected