(
&self,
channel_index: usize,
entity_index: usize,
value: Option<D>,
color: Color,
highlight_color: Color,
)
| 767 | } |
| 768 | |
| 769 | fn create_entity( |
| 770 | &self, |
| 771 | channel_index: usize, |
| 772 | entity_index: usize, |
| 773 | value: Option<D>, |
| 774 | color: Color, |
| 775 | highlight_color: Color, |
| 776 | ) -> E { |
| 777 | todo!() |
| 778 | } |
| 779 | |
| 780 | fn create_entities( |
| 781 | &self, |
nothing calls this directly
no outgoing calls
no test coverage detected