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

Method CurrentUserComments

api/queries_issue.go:483–485  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

481}
482
483func (i Issue) CurrentUserComments() []Comment {
484 return i.Comments.CurrentUserComments()
485}
486
487// RepositoryDatabaseID returns the numeric REST id of the repository, or zero
488// when the "repository" field was not requested.

Callers

nothing calls this directly

Calls 1

CurrentUserCommentsMethod · 0.65

Tested by

no test coverage detected