Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
func
(r State) Name() string {
34
name, ok := statenames[r]
35
if
ok {
36
return
name
37
}
38
return
"Unknown"
39
}
40
41
func
(r State) Missing() bool {
42
return
r == UnknownError
Callers
6
main
Function · 0.45
parseNtloginResponse
Function · 0.45
parseNewDeviceLoginResponse
Function · 0.45
NewDeviceVerify
Method · 0.45
Getcaller
Function · 0.45
NewLocalFile
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected