Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crawl/crawl
/ test_lua_validate
Method
test_lua_validate
crawl-ref/source/mapdef.cc:2708–2711 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2706
}
2707
2708
bool map_def::test_lua_validate(bool croak)
2709
{
2710
return validate.empty() || test_lua_boolchunk(validate, false, croak);
2711
}
2712
2713
bool map_def::test_lua_veto()
2714
{
Callers
1
_resolve_map_lua
Function · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected