func()
in
convert.go [116:116]
1
lines of code
1
McCabe index (conditional complexity)
func (v ByName) Swap(i, j int) { v[i], v[j] = v[j], v[i] }