Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crawl/crawl
/ test_lua_veto
Method
test_lua_veto
crawl-ref/source/mapdef.cc:2713–2716 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2711
}
2712
2713
bool map_def::test_lua_veto()
2714
{
2715
return !veto.empty() && test_lua_boolchunk(veto, true);
2716
}
2717
2718
bool map_def::run_lua_epilogue(bool die_on_lua_error)
2719
{
Callers
2
_write_vault
Function · 0.80
resolve_subvault
Function · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected