* Adjust the input checksum for deleted chars. * This is called as an assert so it for is debug config only */
| 6290 | * This is called as an assert so it for is debug config only |
| 6291 | */ |
| 6292 | bool ASFormatter::adjustChecksumIn(int adjustment) |
| 6293 | { |
| 6294 | checksumIn += adjustment; |
| 6295 | return true; |
| 6296 | } |
| 6297 | |
| 6298 | /** |
| 6299 | * get the value of checksumIn for unit testing |
nothing calls this directly
no outgoing calls
no test coverage detected