@author github.kloping
| 6 | * @author github.kloping |
| 7 | */ |
| 8 | public interface SendAble { |
| 9 | /** |
| 10 | * 所有可发送的 |
| 11 | * |
| 12 | * @param er |
| 13 | * @return |
| 14 | */ |
| 15 | Result send(SenderAndCidMidGetter er); |
| 16 | } |
nothing calls this directly
no outgoing calls
no test coverage detected