Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
func
GetSessionName(sessionId string) string {
43
return
SessionPrefix + sessionId
44
}
45
46
func
Sha1(s string) (str string) {
47
h := sha1.New()
Callers
3
CheckAuth
Method · 0.92
Logout
Method · 0.92
Connect
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected