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

Method eq

plugins/currencyrate-plugin/src/oracle.rs:31–33  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

29}
30impl PartialEq for Source {
31 fn eq(&self, other: &Self) -> bool {
32 self.name == other.name
33 }
34}
35impl Source {
36 pub fn new(name: &str, url_template: &str, reply_members: Vec<&str>) -> Self {

Callers 5

run_rest_serverFunction · 0.80
register_pathFunction · 0.80
parse_optionsFunction · 0.80
dispatch_oneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected