MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / saveLastInputLine

Method saveLastInputLine

other_src/astyle/src/astyle_main.cpp:252–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

formatFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected