MCPcopy
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
17func GetMsg(code int) string {
18 msg, ok := MsgFlags[code]
19 if ok {
20 return msg
21 }
22
23 return MsgFlags[ERROR]
24}

Callers 15

JWTFunction · 0.92
GetAuthFunction · 0.92
GetXrayresFunction · 0.92
DeleteXrayresFunction · 0.92
GetWebloginlistFunction · 0.92
GetFingerFunction · 0.92
AddFingerFunction · 0.92
TestFingerFunction · 0.92
ScanFingerFunction · 0.92
DeleteFingerFunction · 0.92
GetSettingFunction · 0.92
EditSettingFunction · 0.92

Calls

no outgoing calls

Tested by 1

TestFingerFunction · 0.74