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

Method name

plugins/src/options.rs:21–23  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

19
20impl ConfigOption {
21 pub fn name(&self) -> &str {
22 &self.name
23 }
24 pub fn default(&self) -> &Value {
25 &self.default
26 }

Callers 2

handle_initMethod · 0.45
optionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected