MCPcopy Create free account
hub / github.com/libgit2/git2go / Error

Method Error

git.go:295–297  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

293}
294
295func (e GitError) Error() string {
296 return e.Message
297}
298
299func IsErrorClass(err error, c ErrorClass) bool {
300 if err == nil {

Callers 14

TestRepositoryItemPathFunction · 0.80
TestRemoteLsFunction · 0.80
startSSHServerFunction · 0.80
TestRemoteSSHFunction · 0.80
assertStringListFunction · 0.80
TestStashFunction · 0.80
setCallbackErrorFunction · 0.80
TestRefspecFunction · 0.80
TestOidZeroFunction · 0.80
TestApplyDiffAddfileFunction · 0.80
checkSecondFileStagedFunction · 0.80
checkNoFilesStagedFunction · 0.80

Calls

no outgoing calls

Tested by 13

TestRepositoryItemPathFunction · 0.64
TestRemoteLsFunction · 0.64
startSSHServerFunction · 0.64
TestRemoteSSHFunction · 0.64
assertStringListFunction · 0.64
TestStashFunction · 0.64
TestRefspecFunction · 0.64
TestOidZeroFunction · 0.64
TestApplyDiffAddfileFunction · 0.64
checkSecondFileStagedFunction · 0.64
checkNoFilesStagedFunction · 0.64
TestStatusNothingFunction · 0.64