MCPcopy Create free account
hub / github.com/LagrangeDev/LagrangeGo / String

Method String

client/loginerror_string.go:31–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29)
30
31func (i LoginError) String() string {
32 switch {
33 case i == -1:
34 return _LoginError_name_0
35 case i == 1:
36 return _LoginError_name_1
37 case 3 <= i && i <= 8:
38 i -= 3
39 return _LoginError_name_2[_LoginError_index_2[i]:_LoginError_index_2[i+1]]
40 default:
41 return "LoginError(" + strconv.FormatInt(int64(i), 10) + ")"
42 }
43}

Callers 9

uploadGroupAlbumBlockMethod · 0.45
BuildFakeMessageMethod · 0.45
postHighwayContentFunction · 0.45
SendRequestWithCookieMethod · 0.45
GetSkeyMethod · 0.45
FetchEssenceMessageMethod · 0.45
ConnectionQualityTestMethod · 0.45
initServersMethod · 0.45
connectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected