* Return isLineReady for the final check at end of file. */
| 6321 | * Return isLineReady for the final check at end of file. |
| 6322 | */ |
| 6323 | bool ASFormatter::getIsLineReady() const |
| 6324 | { |
| 6325 | return isLineReady; |
| 6326 | } |
| 6327 | |
| 6328 | /** |
| 6329 | * get the value of checksumOut for unit testing |
no outgoing calls
no test coverage detected