------------------------------------------------------------------------- csv_formatter -------------------------------------------------------------------------
| 121 | //------------------------------------------------------------------------- |
| 122 | |
| 123 | type csv_formatter struct{} |
| 124 | |
| 125 | func (*csv_formatter) write_candidates(candidates []candidate, num int) { |
| 126 | for _, c := range candidates { |
nothing calls this directly
no outgoing calls
no test coverage detected