Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
821
impl UntypedConfigOption {
822
pub fn name(&self) -> &str {
823
&self.name
824
}
825
pub fn default(&self) -> &Option<Value> {
826
&self.default
827
}
Callers
3
option
Method · 0.45
set_option
Method · 0.45
record_debug
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected