Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/harness/harness
/ Is
Function
Is
errors/stderr.go:23–25 ·
view source on GitHub ↗
(err error, target error)
Source
from the content-addressed store, hash-verified
21
}
22
23
func
Is(err error, target error) bool {
24
return
errors.Is(err, target)
25
}
26
27
func
As(err error, target any) bool {
28
return
errors.As(err, target)
Callers
15
findLFSPointers
Method · 0.92
Blame
Method · 0.92
FindLFSPointers
Method · 0.92
DeleteRepositoryBestEffort
Method · 0.92
SyncRepository
Method · 0.92
createRepositoryInternal
Method · 0.92
listGitObjDir
Method · 0.92
TestCommandContextTimeout
Function · 0.92
TestBlameReader_NextPart
Function · 0.92
catFileObjects
Function · 0.92
NextPart
Method · 0.92
CreateKeyIfNotExists
Function · 0.92
Calls
1
Is
Method · 0.45
Tested by
2
TestCommandContextTimeout
Function · 0.74
TestBlameReader_NextPart
Function · 0.74