Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/awake1t/linglong
/ GetMsg
Function
GetMsg
pkg/e/msg.go:17–24 ·
view source on GitHub ↗
(code int)
Source
from the content-addressed store, hash-verified
15
}
16
17
func
GetMsg(code int) string {
18
msg, ok := MsgFlags[code]
19
if
ok {
20
return
msg
21
}
22
23
return
MsgFlags[ERROR]
24
}
Callers
15
JWT
Function · 0.92
GetAuth
Function · 0.92
GetXrayres
Function · 0.92
DeleteXrayres
Function · 0.92
GetWebloginlist
Function · 0.92
GetFinger
Function · 0.92
AddFinger
Function · 0.92
TestFinger
Function · 0.92
ScanFinger
Function · 0.92
DeleteFinger
Function · 0.92
GetSetting
Function · 0.92
EditSetting
Function · 0.92
Calls
no outgoing calls
Tested by
1
TestFinger
Function · 0.74