MCPcopy Create free account
hub / github.com/dearcode/candy / isOnline

Method isOnline

gate/session.go:59–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57}
58
59func (s *session) isOnline() bool {
60 log.Debugf("session isOnline flag:%v", s.state == stateOnline)
61 return s.state == stateOnline
62}
63
64func (s *session) heartbeat() {
65 s.last = time.Now().Unix()

Callers 4

getOnlineSessionMethod · 0.80
UpdateUserInfoMethod · 0.80
UpdateUserPasswordMethod · 0.80
HeartbeatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected