MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / getIsLineReady

Method getIsLineReady

other_src/astyle/src/ASFormatter.cpp:4806–4809  ·  view source on GitHub ↗

* Return isLineReady for the final check at end of file. */

Source from the content-addressed store, hash-verified

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

Callers 3

formatCinToCoutMethod · 0.80
formatFileMethod · 0.80
AStyleMainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected