fn eq()
in
src/node_template.rs [229:231]
3
lines of code
1
McCabe index (conditional complexity)
fn eq(&self, other: &Self) -> bool { self.hash == other.hash }