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

Method MarkDirty

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

Source from the content-addressed store, hash-verified

45}
46
47func (tb *IssueMetadataState) MarkDirty() {
48 tb.dirty = true
49}
50
51func (tb *IssueMetadataState) IsDirty() bool {
52 return tb.dirty || tb.HasMetadata()

Callers 2

BodySurveyFunction · 0.80
TitleSurveyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected