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

Method AuthorLogin

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

Source from the content-addressed store, hash-verified

15type Comment interface {
16 Identifier() string
17 AuthorLogin() string
18 Association() string
19 Content() string
20 Created() time.Time

Callers 4

parseReviewersFunction · 0.65
formatRawCommentFunction · 0.65
formatCommentFunction · 0.65
formatHiddenCommentFunction · 0.65

Implementers 2

PullRequestReviewapi/queries_pr_review.go
Commentapi/queries_comments.go

Calls

no outgoing calls

Tested by

no test coverage detected