MCPcopy Index your code
hub / github.com/dearcode/candy / getID

Method getID

gate/session.go:54–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52}
53
54func (s *session) getID() int64 {
55 log.Debugf("session getID id:%v", s.id)
56 return s.id
57}
58
59func (s *session) isOnline() bool {
60 log.Debugf("session isOnline flag:%v", s.state == stateOnline)

Callers 4

LoginMethod · 0.80
LogoutMethod · 0.80
SendMessageMethod · 0.80
CreateGroupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected