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

Method IsDirty

pkg/cmd/pr/shared/state.go:51–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49}
50
51func (tb *IssueMetadataState) IsDirty() bool {
52 return tb.dirty || tb.HasMetadata()
53}
54
55func (tb *IssueMetadataState) HasMetadata() bool {
56 return len(tb.Reviewers) > 0 ||

Callers

nothing calls this directly

Calls 1

HasMetadataMethod · 0.95

Tested by

no test coverage detected