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

Method default

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

Source from the content-addressed store, hash-verified

823 &self.name
824 }
825 pub fn default(&self) -> &Option<Value> {
826 &self.default
827 }
828 pub fn dynamic(mut self) -> Self {
829 self.dynamic = true;
830 self

Callers 1

handle_initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected