(n *configs.Network)
| 98 | } |
| 99 | |
| 100 | func (l *loopback) attach(n *configs.Network) (err error) { |
| 101 | return nil |
| 102 | } |
| 103 | |
| 104 | func (l *loopback) detach(n *configs.Network) (err error) { |
| 105 | return nil |
nothing calls this directly
no outgoing calls
no test coverage detected