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

Method isEmptyLine

astyle/src/ASFormatter.cpp:2520–2523  ·  view source on GitHub ↗

* check if a line is empty * * @return whether line is empty */

Source from the content-addressed store, hash-verified

2518 * @return whether line is empty
2519 */
2520bool ASFormatter::isEmptyLine(const string &line) const
2521{
2522 return line.find_first_not_of(" \t") == string::npos;
2523}
2524
2525/**
2526 * Check if the following text is "C" as in extern "C".

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected