()
| 49 | } |
| 50 | |
| 51 | func (tb *IssueMetadataState) IsDirty() bool { |
| 52 | return tb.dirty || tb.HasMetadata() |
| 53 | } |
| 54 | |
| 55 | func (tb *IssueMetadataState) HasMetadata() bool { |
| 56 | return len(tb.Reviewers) > 0 || |
nothing calls this directly
no test coverage detected