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

Method Get

rpc/mux/server_test.go:42–44  ·  view source on GitHub ↗
(id proto.NodeID)

Source from the content-addressed store, hash-verified

40type nilSessionPool struct{}
41
42func (p *nilSessionPool) Get(id proto.NodeID) (rpc.Client, error) {
43 return p.GetEx(id, false)
44}
45
46func (p *nilSessionPool) GetEx(id proto.NodeID, isAnonymous bool) (conn rpc.Client, err error) {
47 var (

Callers

nothing calls this directly

Calls 1

GetExMethod · 0.95

Tested by

no test coverage detected