* get the value of checksumIn for unit testing * * @return checksumIn. */
| 6301 | * @return checksumIn. |
| 6302 | */ |
| 6303 | size_t ASFormatter::getChecksumIn() const |
| 6304 | { |
| 6305 | return checksumIn; |
| 6306 | } |
| 6307 | |
| 6308 | /** |
| 6309 | * Compute the output checksum. |
nothing calls this directly
no outgoing calls
no test coverage detected