MCPcopy Create free account
hub / github.com/Euphrasiologist/nu_plugin_plot / commands

Method commands

src/lib.rs:210–214  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

208 env!("CARGO_PKG_VERSION").into()
209 }
210 fn commands(&self) -> Vec<Box<dyn nu_plugin::PluginCommand<Plugin = Self>>> {
211 vec![
212 Box::new(CommandPlot), Box::new(CommandHist), Box::new(CommandXyplot)
213 ]
214 }
215}
216
217trait Plotter {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected