* Return the difference in checksums. * If zero all is okay. */
| 6340 | * If zero all is okay. |
| 6341 | */ |
| 6342 | int ASFormatter::getChecksumDiff() const |
| 6343 | { |
| 6344 | return checksumOut - checksumIn; |
| 6345 | } |
| 6346 | |
| 6347 | // for unit testing |
| 6348 | int ASFormatter::getFormatterFileType() const |
no outgoing calls
no test coverage detected