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

Method name

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

Source from the content-addressed store, hash-verified

374 type Plugin = PluginPlot;
375
376 fn name(&self) -> &str {
377 "plot"
378 }
379
380 fn signature(&self) -> nu_protocol::Signature {
381 Signature::build("plot")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected