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

Method option

plugins/src/lib.rs:122–125  ·  view source on GitHub ↗
(mut self, opt: options::ConfigOption)

Source from the content-addressed store, hash-verified

120 }
121
122 pub fn option(mut self, opt: options::ConfigOption) -> Builder<S, I, O> {
123 self.options.push(opt);
124 self
125 }
126
127 /// Subscribe to notifications for the given `topic`. The handler
128 /// is an async function that takes a `Plugin<S>` and the

Callers 2

mainFunction · 0.80
mainFunction · 0.80

Calls 2

nameMethod · 0.45
defaultMethod · 0.45

Tested by

no test coverage detected