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