MCPcopy Create free account
hub / github.com/dirkvranckaert/AndroidDecompiler / getIsLineReady

Method getIsLineReady

astyle/src/ASFormatter.cpp:6323–6326  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

6321 * Return isLineReady for the final check at end of file.
6322 */
6323bool ASFormatter::getIsLineReady() const
6324{
6325 return isLineReady;
6326}
6327
6328/**
6329 * 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