MCPcopy Index your code
hub / github.com/cli/cli / Identifier

Method Identifier

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

Source from the content-addressed store, hash-verified

31type Commentable interface {
32 Link() string
33 Identifier() string
34 CurrentUserComments() []api.Comment
35}
36

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