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

Method CurrentUserComments

api/queries_pr.go:324–326  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

322}
323
324func (pr PullRequest) CurrentUserComments() []Comment {
325 return pr.Comments.CurrentUserComments()
326}
327
328// RepositoryDatabaseID returns the numeric REST id of the repository, or zero
329// when the "repository" field was not requested.

Callers

nothing calls this directly

Calls 1

CurrentUserCommentsMethod · 0.65

Tested by

no test coverage detected