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

TypeAlias ErrorCode

git.go:53–53  ·  view source on GitHub ↗

go:generate stringer -type ErrorCode -trimprefix ErrorCode -tags static

Source from the content-addressed store, hash-verified

51
52//go:generate stringer -type ErrorCode -trimprefix ErrorCode -tags static
53type ErrorCode int
54
55const (
56 // ErrorCodeOK indicates that the operation completed successfully.

Callers 1

MakeGitErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected