Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-git/go-git
/ Error
Method
Error
remote.go:44–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
}
43
44
func
(e NoMatchingRefSpecError) Error() string {
45
return
fmt.Sprintf(
"couldn't find remote ref %q"
, e.refSpec.Src())
46
}
47
48
func
(e NoMatchingRefSpecError) Is(target error) bool {
49
_, ok := target.(NoMatchingRefSpecError)
Callers
15
TestResolveRevisionWithErrors
Method · 0.45
BenchmarkPlainClone
Function · 0.45
TestVerifyExtensions
Function · 0.45
TestValidPath
Function · 0.45
PushContext
Method · 0.45
TestGetAndPutBytesBuffer
Function · 0.45
TestGetAndPutByteSlice
Function · 0.45
TestGetAndPutBufioReader
Function · 0.45
TestEmpty
Function · 0.45
TestOneTarget
Function · 0.45
TestMultipleTargets
Function · 0.45
TestPrintf
Function · 0.45
Calls
1
Src
Method · 0.80
Tested by
15
TestResolveRevisionWithErrors
Method · 0.36
BenchmarkPlainClone
Function · 0.36
TestVerifyExtensions
Function · 0.36
TestValidPath
Function · 0.36
TestGetAndPutBytesBuffer
Function · 0.36
TestGetAndPutByteSlice
Function · 0.36
TestGetAndPutBufioReader
Function · 0.36
TestEmpty
Function · 0.36
TestOneTarget
Function · 0.36
TestMultipleTargets
Function · 0.36
TestPrintf
Function · 0.36
TestDisabledMultipleTargets
Function · 0.36