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

Method Error

entity/err.go:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16}
17
18func (e ErrNotFound) Error() string {
19 return fmt.Sprintf("%s doesn't exist", e.typename)
20}
21
22func IsErrNotFound(err error) bool {
23 _, ok := err.(*ErrNotFound)

Callers 15

testConfigFunction · 0.45
TestNewGoGitRepoFunction · 0.45
RepoDataSignatureTestFunction · 0.45
TestTokenizeFunction · 0.45
TestParseFunction · 0.45
TestIdentityPushPullFunction · 0.45
MergeAllFunction · 0.45
GetUserIdentityFunction · 0.45
ServeHTTPMethod · 0.45
ServeHTTPMethod · 0.45
_Repository_nameMethod · 0.45
_Repository_allBugsMethod · 0.45

Calls

no outgoing calls

Tested by 6

TestNewGoGitRepoFunction · 0.36
TestTokenizeFunction · 0.36
TestParseFunction · 0.36
TestIdentityPushPullFunction · 0.36
TestRemoveFunction · 0.36
TestRemoveAllFunction · 0.36