Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ mark_done
Method
mark_done
plugins/channel-safely/channel-manager.cpp:202–207 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
200
}
201
202
void ChannelManager::mark_done(const df::coord &map_pos) {
203
groups.remove(map_pos);
204
jobs.erase(map_pos);
205
CSP::dignow_queue.erase(map_pos);
206
TileCache::Get().uncache(map_pos);
207
}
Callers
2
JobCompletedEvent
Function · 0.80
OnUpdate
Function · 0.80
Calls
3
uncache
Method · 0.80
remove
Method · 0.45
erase
Method · 0.45
Tested by
no test coverage detected