* Return isLineReady for the final check at end of file. */
| 4804 | * Return isLineReady for the final check at end of file. |
| 4805 | */ |
| 4806 | bool ASFormatter::getIsLineReady() const |
| 4807 | { |
| 4808 | return isLineReady; |
| 4809 | } |
| 4810 | |
| 4811 | /** |
| 4812 | * get the value of checksumOut for unit testing |
no outgoing calls
no test coverage detected