Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CleverRaven/Cataclysm-DDA
/ is_valid
Method
is_valid
src/mapdata.cpp:43–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
/** @relates int_id */
42
template<>
43
inline bool int_id<ter_t>::is_valid() const
44
{
45
return terrain_data.is_valid( *this );
46
}
47
48
/** @relates int_id */
49
template<>
Callers
3
check_bash_items
Function · 0.45
check_decon_items
Function · 0.45
check
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected