fun greet()
in
utils/src/greetings.kt [1:3]
3
lines of code
1
McCabe index (conditional complexity)
fun greet(name: String) { println("Hello, $name!") }