(s string)
| 12 | } |
| 13 | |
| 14 | func cStyle(s string) int { |
| 15 | return computePadding(s, []string{"/*", "//"}) |
| 16 | } |
| 17 | |
| 18 | func computePadding(s string, makers []string) int { |
| 19 | padding := 0 |
nothing calls this directly
no test coverage detected
searching dependent graphs…