MCPcopy Create free account
hub / github.com/DFHack/dfhack / flush

Method flush

library/Console-posix.cpp:301–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299 }
300
301 void flush()
302 {
303 if (!rawmode)
304 fflush(dfout_C);
305 }
306
307 /// Clear the console, along with its scrollback
308 void clear()

Callers 8

mainFunction · 0.45
threadFnMethod · 0.45
flush_proxyMethod · 0.45
saveMethod · 0.45
listFiltersFunction · 0.45
applyFilterIdsFunction · 0.45
saveMethod · 0.45
kittensFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected