Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
47
func
(tb *IssueMetadataState) MarkDirty() {
48
tb.dirty = true
49
}
50
51
func
(tb *IssueMetadataState) IsDirty() bool {
52
return
tb.dirty || tb.HasMetadata()
Callers
2
BodySurvey
Function · 0.80
TitleSurvey
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected