Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ reset
Function
reset
plugins/burrow.cpp:58–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
static void reset() {
59
active_dig_jobs.clear();
60
}
61
62
DFhackCExport command_result plugin_enable(color_ostream &out, bool enable) {
63
if (enable != is_enabled) {
Callers
5
command_result plugin_enable
Function · 0.70
command_result plugin_shutdown
Function · 0.70
command_result plugin_onstatechange
Function · 0.70
do_cycle
Method · 0.70
disconnect
Method · 0.50
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected