Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ discardBlock
Method
discardBlock
library/modules/MapCache.cpp:1359–1363 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1357
}
1358
1359
void MapExtras::MapCache::discardBlock(Block *block)
1360
{
1361
blocks.erase(block->bcoord);
1362
delete block;
1363
}
1364
1365
void MapExtras::MapCache::resetTags()
1366
{
Callers
2
scan_tiles
Method · 0.80
write_tiles
Method · 0.80
Calls
1
erase
Method · 0.45
Tested by
no test coverage detected