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

Method String

errorclass_string.go:52–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50)
51
52func (i ErrorClass) String() string {
53 switch {
54 case 0 <= i && i <= 26:
55 return _ErrorClass_name_0[_ErrorClass_index_0[i]:_ErrorClass_index_0[i+1]]
56 case i == 29:
57 return _ErrorClass_name_1
58 case i == 31:
59 return _ErrorClass_name_2
60 default:
61 return "ErrorClass(" + strconv.FormatInt(int64(i), 10) + ")"
62 }
63}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected