(id string)
| 216 | AddPeer(version int, p *p2p.Peer, rw p2p.MsgReadWriter) (string, bool, bool, error) |
| 217 | |
| 218 | RemovePeer(id string) |
| 219 | |
| 220 | HandleMsg(id string, version int, p *p2p.Peer, rw p2p.MsgReadWriter, msg p2p.Msg) (string, error) |
| 221 |
no outgoing calls
no test coverage detected