Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ clear
Function
clear
library/LuaApi.cpp:3448–3450 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3446
3447
namespace console {
3448
void clear() {
3449
Core::getInstance().getConsole().clear();
3450
}
3451
void flush() {
3452
Core::getInstance().getConsole() << std::flush;
3453
}
Callers
15
runCommand
Method · 0.70
onStateChange
Method · 0.70
~VersionInfoFactory
Method · 0.70
loadFile
Method · 0.70
init
Method · 0.70
prompt_loop
Method · 0.70
init
Method · 0.70
TileType
Method · 0.50
ListColumn
Method · 0.50
render
Method · 0.50
render
Method · 0.50
render
Method · 0.50
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected