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

Method saveLastInputLine

astyle/src/astyle_main.cpp:251–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249// save the last input line after input has reached EOF
250template<typename T>
251void ASStreamIterator<T>::saveLastInputLine()
252{
253 assert(inStream->eof());
254 prevBuffer = buffer;
255}
256
257// check for a change in line ends
258template<typename T>

Callers 1

formatFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected