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

Method offline

gate/server.go:130–135  ·  view source on GitHub ↗
(s *session)

Source from the content-addressed store, hash-verified

128}
129
130func (g *Gate) offline(s *session) {
131 s.offline()
132 g.Lock()
133 delete(g.ids, s.id)
134 g.Unlock()
135}
136
137func (g *Gate) getOnlineSession(ctx context.Context) (*session, error) {
138 log.Debug("Gate getOnlineSession")

Callers 1

LogoutMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected