MCPcopy Create free account
hub / github.com/LockGit/gochat / GetSessionName

Function GetSessionName

tools/commom.go:42–44  ·  view source on GitHub ↗
(sessionId string)

Source from the content-addressed store, hash-verified

40}
41
42func GetSessionName(sessionId string) string {
43 return SessionPrefix + sessionId
44}
45
46func Sha1(s string) (str string) {
47 h := sha1.New()

Callers 3

CheckAuthMethod · 0.92
LogoutMethod · 0.92
ConnectMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected