MCPcopy Create free account
hub / github.com/git-bug/git-bug / open

Function open

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

Source from the content-addressed store, hash-verified

152}
153
154func open(b bug.Interface, p identity.Interface, timestamp int64) {
155 _, _ = bug.Open(b, p, timestamp, nil)
156}
157
158func close(b bug.Interface, p identity.Interface, timestamp int64) {
159 _, _ = bug.Close(b, p, timestamp, nil)

Callers

nothing calls this directly

Calls 1

OpenFunction · 0.92

Tested by

no test coverage detected