MCPcopy 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
202void 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

JobCompletedEventFunction · 0.80
OnUpdateFunction · 0.80

Calls 3

uncacheMethod · 0.80
removeMethod · 0.45
eraseMethod · 0.45

Tested by

no test coverage detected