MCPcopy Create free account
hub / github.com/ElementsProject/lightning / description

Method description

plugins/src/lib.rs:639–642  ·  view source on GitHub ↗
(mut self, description: &str)

Source from the content-addressed store, hash-verified

637 }
638
639 pub fn description(mut self, description: &str) -> Self {
640 self.description = Some(description.to_string());
641 self
642 }
643
644 pub fn usage(mut self, usage: &str) -> Self {
645 self.usage = Some(usage.to_string());

Callers 3

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls 1

to_stringMethod · 0.45

Tested by

no test coverage detected