| 186 | } |
| 187 | |
| 188 | type fakeCaller struct { |
| 189 | m *fakeMux |
| 190 | target proto.NodeID |
| 191 | s *smux.Session |
| 192 | } |
| 193 | |
| 194 | func newFakeCaller(m *fakeMux, nodeID proto.NodeID) (c *fakeCaller) { |
| 195 | fakeConn := mock_conn.NewConn() |
nothing calls this directly
no outgoing calls
no test coverage detected