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

Method name

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

Source from the content-addressed store, hash-verified

820
821impl UntypedConfigOption {
822 pub fn name(&self) -> &str {
823 &self.name
824 }
825 pub fn default(&self) -> &Option<Value> {
826 &self.default
827 }

Callers 3

optionMethod · 0.45
set_optionMethod · 0.45
record_debugMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected