Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crawl/crawl
/ _dgn_flush_map_environments
Function
_dgn_flush_map_environments
crawl-ref/source/maps.cc:166–170 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
164
}
165
166
static void _dgn_flush_map_environments()
167
{
168
// Clean up cached environments.
169
dlua.callfn(
"dgn_flush_map_environments"
, 0, 0);
170
}
171
172
static void _dgn_flush_map_environment_for(const string &mapname)
173
{
Callers
1
read_map
Function · 0.85
Calls
1
callfn
Method · 0.45
Tested by
no test coverage detected