func()
in
main.go [85:88]
4
lines of code
1
McCabe index (conditional complexity)
func (f *sliceFlag) Set(value string) error { *f = append(*f, value) return nil }