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