| 738 | template <typename TLightBase = RedLight> |
| 739 | struct VCVLightSlider : LightSlider<VCVSlider, VCVSliderLight<TLightBase>> { |
| 740 | VCVLightSlider() {} |
| 741 | }; |
| 742 | template <typename TLightBase = RedLight> |
| 743 | using LEDLightSlider = VCVLightSlider<TLightBase>; |
nothing calls this directly
no outgoing calls
no test coverage detected