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

Struct nilPool

rpc/xxx_test.go:80–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78var defaultResolver = &simpleResolver{}
79
80type nilPool struct{} // mocks the pool interface with a direct dialer
81
82func (p *nilPool) Get(id proto.NodeID) (Client, error) {
83 return p.GetEx(id, false)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected