| 18 | } |
| 19 | |
| 20 | String toString(ASTCopyQuery::Formats format) |
| 21 | { |
| 22 | switch (format) |
| 23 | { |
| 24 | case ASTCopyQuery::Formats::TSV: |
| 25 | return "TSV"; |
| 26 | case ASTCopyQuery::Formats::CSV: |
| 27 | return "CSV"; |
| 28 | case ASTCopyQuery::Formats::Binary: |
| 29 | return "Binary"; |
| 30 | } |
| 31 | } |
| 32 | |
| 33 | } |
no outgoing calls
no test coverage detected