| 2422 | } |
| 2423 | |
| 2424 | type fakeDERPMapSetter struct { |
| 2425 | ctx context.Context |
| 2426 | calls chan *setDERPMapCall |
| 2427 | } |
| 2428 | |
| 2429 | var _ tailnet.DERPMapSetter = &fakeDERPMapSetter{} |
| 2430 |
nothing calls this directly
no outgoing calls
no test coverage detected