public string Get()
in
webapi/Controllers/TodoController.cs [31:34]
4
lines of code
1
McCabe index (conditional complexity)
public string Get(int id) { return "value"; }