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

Method Identifier

pkg/cmd/pr/shared/commentable.go:35–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33type Commentable interface {
34 Link() string
35 Identifier() string
36 CurrentUserComments() []api.Comment
37 RepositoryDatabaseID() int64
38 RepositoryViewerPermission() string

Callers 3

createCommentFunction · 0.65
updateCommentFunction · 0.65
deleteCommentFunction · 0.65

Implementers 2

Issueapi/queries_issue.go
PullRequestapi/queries_pr.go

Calls

no outgoing calls

Tested by

no test coverage detected