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

Method build

plugins/src/lib.rs:610–618  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

608 }
609
610 fn build(self) -> Hook<S> {
611 Hook {
612 callback: self.callback,
613 name: self.name,
614 before: self.before,
615 after: self.after,
616 filters: self.filters,
617 }
618 }
619}
620
621impl<S> RpcMethodBuilder<S>

Callers 3

optionMethod · 0.45
hook_from_builderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected