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

Method CurrentUserComments

api/queries_issue.go:480–482  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

478}
479
480func (i Issue) CurrentUserComments() []Comment {
481 return i.Comments.CurrentUserComments()
482}
483
484// UpdateIssueIssueType sets or clears the issue type on an issue. Pass an
485// empty issueTypeID to clear the issue type.

Callers

nothing calls this directly

Calls 1

CurrentUserCommentsMethod · 0.65

Tested by

no test coverage detected