MCPcopy Create free account
hub / github.com/angular-rust/ux-charts / create_entities

Method create_entities

src/basechart.rs:780–790  ·  view source on GitHub ↗
(
        &self,
        channel_index: usize,
        start: usize,
        end: usize,
        color: Color,
        highlight: Color,
    )

Source from the content-addressed store, hash-verified

778 }
779
780 fn create_entities(
781 &self,
782 channel_index: usize,
783 start: usize,
784 end: usize,
785 color: Color,
786 highlight: Color,
787 ) -> Vec<E> {
788 error!("create_entities");
789 Vec::new()
790 }
791
792 fn create_channels(&self, start: usize, end: usize) {
793 error!("create_channels");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected