fn getcolor()
in
src/show.rs [187:189]
3
lines of code
1
McCabe index (conditional complexity)
fn getcolor(i: usize) -> FRGB { COLORS[i % COLORS.len()] }