func TestReconcileHints_trafficDistribution_is_PreferClose(t *testing.T) { … } func TestReconcileHints_trafficDistribution_is_nil_or_empty(t *testing.T) { … } // Ensure that the EndpointSlice objects within `slicesUnchanged` don't get modified. func TestReconcileHints_doesNotMutateUnchangedSlices(t *testing.T) { … } func ptrTo[T any](obj T) *T { … }