* get the value of checksumOut for unit testing * * @return checksumOut. */
| 6331 | * @return checksumOut. |
| 6332 | */ |
| 6333 | size_t ASFormatter::getChecksumOut() const |
| 6334 | { |
| 6335 | return checksumOut; |
| 6336 | } |
| 6337 | |
| 6338 | /** |
| 6339 | * Return the difference in checksums. |
nothing calls this directly
no outgoing calls
no test coverage detected