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

Function IsErrNotFound

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

Source from the content-addressed store, hash-verified

20}
21
22func IsErrNotFound(err error) bool {
23 _, ok := err.(*ErrNotFound)
24 return ok
25}
26
27// ErrMultipleMatch is to be returned when more than one entity, item, element
28// is found, where only one was expected.

Callers 10

FinishConfigFunction · 0.92
cacheAllClientMethod · 0.92
ensureIssueMethod · 0.92
ImportAllMethod · 0.92
cacheAllClientMethod · 0.92
ensureIssueMethod · 0.92
cacheAllClientMethod · 0.92
ensureIssueMethod · 0.92
ResolveFunction · 0.92
GetUserIdentityFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected