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

Method Name

client/packets/wtlogin/loginstate/enum.go:33–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31}
32
33func (r State) Name() string {
34 name, ok := statenames[r]
35 if ok {
36 return name
37 }
38 return "Unknown"
39}
40
41func (r State) Missing() bool {
42 return r == UnknownError

Callers 6

mainFunction · 0.45
parseNtloginResponseFunction · 0.45
NewDeviceVerifyMethod · 0.45
GetcallerFunction · 0.45
NewLocalFileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected