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

Function IsErrMultipleMatch

entity/err.go:50–53  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

48}
49
50func IsErrMultipleMatch(err error) bool {
51 _, ok := err.(*ErrMultipleMatch)
52 return ok
53}
54
55// ErrInvalidFormat is to be returned when reading on-disk data with an unexpected
56// format or version.

Callers 4

ensurePersonMethod · 0.92
getGhostMethod · 0.92
ensurePersonMethod · 0.92
ensurePersonMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected