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

Method begin_batch

library/Console-posix.cpp:897–905  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

895}
896
897void Console::begin_batch()
898{
899 //color_ostream::begin_batch();
900
901 wlock->lock();
902
903 if (inited)
904 d->begin_batch();
905}
906
907void Console::end_batch()
908{

Callers

nothing calls this directly

Calls 1

lockMethod · 0.45

Tested by

no test coverage detected