Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ hasChanged
Method
hasChanged
plugins/channel-safely/include/tile-cache.h:28–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
bool hasChanged(const df::coord &pos, const df::tiletype &type) {
29
return locations.count(pos) && type != locations[pos];
30
}
31
};
Callers
3
JobCompletedEvent
Function · 0.80
scan_one
Method · 0.80
scan
Method · 0.80
Calls
1
count
Method · 0.45
Tested by
no test coverage detected