MCPcopy
hub / github.com/link1st/gowebsocket / getServersHashKey

Function getServersHashKey

lib/cache/server_cache.go:24–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22)
23
24func getServersHashKey() (key string) {
25 key = fmt.Sprintf("%s", serversHashKey)
26
27 return
28}
29
30// 设置服务器信息
31func SetServerInfo(server *models.Server, currentTime uint64) (err error) {

Callers 3

SetServerInfoFunction · 0.85
DelServerInfoFunction · 0.85
GetServerAllFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected