Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
18
func
(e ErrNotFound) Error() string {
19
return
fmt.Sprintf(
"%s doesn't exist"
, e.typename)
20
}
21
22
func
IsErrNotFound(err error) bool {
23
_, ok := err.(*ErrNotFound)
Callers
15
testConfig
Function · 0.45
TestNewGoGitRepo
Function · 0.45
RepoDataSignatureTest
Function · 0.45
TestTokenize
Function · 0.45
TestParse
Function · 0.45
TestIdentityPushPull
Function · 0.45
MergeAll
Function · 0.45
GetUserIdentity
Function · 0.45
ServeHTTP
Method · 0.45
ServeHTTP
Method · 0.45
_Repository_name
Method · 0.45
_Repository_allBugs
Method · 0.45
Calls
no outgoing calls
Tested by
6
TestNewGoGitRepo
Function · 0.36
TestTokenize
Function · 0.36
TestParse
Function · 0.36
TestIdentityPushPull
Function · 0.36
TestRemove
Function · 0.36
TestRemoveAll
Function · 0.36