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

Method begin_batch

library/Console-windows.cpp:525–533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

523}
524
525void Console::begin_batch()
526{
527 //color_ostream::begin_batch();
528
529 wlock->lock();
530
531 if (inited)
532 d->begin_batch();
533}
534
535void Console::end_batch()
536{

Callers

nothing calls this directly

Calls 1

lockMethod · 0.45

Tested by

no test coverage detected