| 655 | } |
| 656 | |
| 657 | type testStatefulStrategy struct { |
| 658 | BalanceStrategy |
| 659 | t *testing.T |
| 660 | initial atomic.Int32 |
| 661 | state sync.Map |
| 662 | } |
| 663 | |
| 664 | func (h *testStatefulStrategy) Name() string { |
| 665 | return "TestStatefulStrategy" |
nothing calls this directly
no outgoing calls
no test coverage detected