func SumInt()
in
go/helloworld/libs/calc.go [3:5]
3
lines of code
1
McCabe index (conditional complexity)
func SumInt(one int, two int) int { return one + two }