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

Method printSeparatingLine

astyle/src/astyle_main.cpp:1960–1966  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1958}
1959
1960void ASConsole::printSeparatingLine() const
1961{
1962 string line;
1963 for (size_t i = 0; i < 60; i++)
1964 line.append("-");
1965 printMsg("%s\n", line);
1966}
1967
1968void ASConsole::printVerboseHeader() const
1969{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected