| 62 | } |
| 63 | |
| 64 | type nopTransporterWithActiveTime struct { |
| 65 | activeMap map[types.ID]time.Time |
| 66 | } |
| 67 | |
| 68 | // newNopTransporterWithActiveTime creates nopTransporterWithActiveTime with the first member |
| 69 | // being the most stable (longest active-since time). |
nothing calls this directly
no outgoing calls
no test coverage detected