MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / SessionPool

Struct SessionPool

rpc/mux/pool.go:41–44  ·  view source on GitHub ↗

SessionPool is the struct type of session pool.

Source from the content-addressed store, hash-verified

39
40// SessionPool is the struct type of session pool.
41type SessionPool struct {
42 sync.RWMutex
43 sessions map[proto.NodeID]*Session
44}
45
46var (
47 defaultPool = &SessionPool{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected