Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
897
void Console::begin_batch()
898
{
899
//color_ostream::begin_batch();
900
901
wlock->lock();
902
903
if (inited)
904
d->begin_batch();
905
}
906
907
void Console::end_batch()
908
{
Callers
nothing calls this directly
Calls
1
lock
Method · 0.45
Tested by
no test coverage detected