MCPcopy Create free account
hub / github.com/crawl/crawl / empty

Method empty

crawl-ref/source/exclude.cc:291–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289}
290
291bool exclude_set::empty() const
292{
293 return exclude_roots.empty();
294}
295
296exclude_set::const_iterator exclude_set::begin() const
297{

Callers 6

add_auto_excludesFunction · 0.45
_update_gate_exclusionsFunction · 0.45
update_exclusion_losFunction · 0.45
set_excludeFunction · 0.45
get_exclusion_descMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected