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

Method after

plugins/src/lib.rs:595–598  ·  view source on GitHub ↗
(mut self, after: Vec<String>)

Source from the content-addressed store, hash-verified

593 }
594
595 pub fn after(mut self, after: Vec<String>) -> Self {
596 self.after = after;
597 self
598 }
599
600 pub fn filters(mut self, filters: Vec<HookFilter>) -> Self {
601 // Empty Vec would filter everything, must be None instead to not get serialized

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected