| 2401 | } |
| 2402 | |
| 2403 | type fakeDERPMapRewriter struct { |
| 2404 | ctx context.Context |
| 2405 | calls chan rewriteDERPMapCall |
| 2406 | } |
| 2407 | |
| 2408 | var _ tailnet.DERPMapRewriter = &fakeDERPMapRewriter{} |
| 2409 |
nothing calls this directly
no outgoing calls
no test coverage detected