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

Method version

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

Source from the content-addressed store, hash-verified

205
206impl Plugin for PluginPlot {
207 fn version(&self) -> String {
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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected