MCPcopy
hub / github.com/unkeyed/unkey / returnSession

Method returnSession

pkg/zen/server.go:180–182  ·  view source on GitHub ↗

Return the session to the sync pool.

(session any)

Source from the content-addressed store, hash-verified

178
179// Return the session to the sync pool.
180func (s *Server) returnSession(session any) {
181 s.sessions.Put(session)
182}
183
184// Mux returns the underlying http.ServeMux.
185// This is primarily intended for testing and advanced usage scenarios.

Callers 1

RegisterRouteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected