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

Struct nilSessionPool

rpc/mux/server_test.go:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38const PubKeyStorePath = "./public.keystore"
39
40type nilSessionPool struct{}
41
42func (p *nilSessionPool) Get(id proto.NodeID) (rpc.Client, error) {
43 return p.GetEx(id, false)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected