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