MCPcopy
hub / github.com/go-git/go-git / Is

Method Is

remote.go:48–51  ·  view source on GitHub ↗
(target error)

Source from the content-addressed store, hash-verified

46}
47
48func (e NoMatchingRefSpecError) Is(target error) bool {
49 _, ok := target.(NoMatchingRefSpecError)
50 return ok
51}
52
53const (
54 // This describes the maximum number of commits to walk when

Callers 15

writeCommitToRefFunction · 0.80
NewRepositoryMethod · 0.80
fetchPackMethod · 0.80
pruneRemotesMethod · 0.80
getHavesFromRefFunction · 0.80
CheckMethod · 0.80

Calls

no outgoing calls