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

Method printMsg

astyle/src/astyle_main.cpp:1953–1958  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1951}
1952
1953void ASConsole::printMsg(const char* msg, const string &data) const
1954{
1955 if (isQuiet)
1956 return;
1957 printf(msg, data.c_str());
1958}
1959
1960void ASConsole::printSeparatingLine() const
1961{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected