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

Method usage

plugins/src/lib.rs:644–647  ·  view source on GitHub ↗
(mut self, usage: &str)

Source from the content-addressed store, hash-verified

642 }
643
644 pub fn usage(mut self, usage: &str) -> Self {
645 self.usage = Some(usage.to_string());
646 self
647 }
648
649 fn build(self) -> RpcMethod<S> {
650 RpcMethod {

Callers 3

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls 1

to_stringMethod · 0.45

Tested by

no test coverage detected