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

Method Dirty

pkg/cmd/pr/shared/editable.go:79–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77}
78
79func (e Editable) Dirty() bool {
80 return e.Title.Edited ||
81 e.Body.Edited ||
82 e.Base.Edited ||
83 e.Reviewers.Edited ||
84 e.Assignees.Edited ||
85 e.Labels.Edited ||
86 e.Projects.Edited ||
87 e.Milestone.Edited ||
88 e.IssueType.Edited
89}
90
91func (e Editable) TitleValue() *string {
92 if !e.Title.Edited {

Callers 2

NewCmdEditFunction · 0.80
NewCmdEditFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected