Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
impl ConfigOption {
21
pub fn name(&self) -> &str {
22
&self.name
23
}
24
pub fn default(&self) -> &Value {
25
&self.default
26
}
Callers
2
handle_init
Method · 0.45
option
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected