* Return the difference in checksums. * If zero all is okay. */
| 4823 | * If zero all is okay. |
| 4824 | */ |
| 4825 | int ASFormatter::getChecksumDiff() const |
| 4826 | { |
| 4827 | return checksumOut - checksumIn; |
| 4828 | } |
| 4829 | |
| 4830 | // for unit testing |
| 4831 | int ASFormatter::getFormatterFileType() const |
no outgoing calls
no test coverage detected