MCPcopy Index your code
hub / github.com/git-bug/git-bug / close

Function close

misc/random_bugs/create_random_bugs.go:158–160  ·  view source on GitHub ↗
(b bug.Interface, p identity.Interface, timestamp int64)

Source from the content-addressed store, hash-verified

156}
157
158func close(b bug.Interface, p identity.Interface, timestamp int64) {
159 _, _ = bug.Close(b, p, timestamp, nil)
160}
161
162var addedLabels []string
163

Callers 15

RegisterRepositoryMethod · 0.85
BuildMethod · 0.85
MergeAllMethod · 0.85
MergeAllMethod · 0.85
NewNamedRepoCacheFunction · 0.85
ImportAllSinceMethod · 0.85
ExportAllMethod · 0.85
startMethod · 0.85
reverseFunction · 0.85
ImportAllMethod · 0.85
ExportAllMethod · 0.85
SortedEventsFunction · 0.85

Calls 1

CloseFunction · 0.92

Tested by 1

TestSortedEventsFunction · 0.68