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

Method begin

crawl-ref/source/exclude.cc:296–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296exclude_set::const_iterator exclude_set::begin() const
297{
298 return exclude_roots.begin();
299}
300
301exclude_set::const_iterator exclude_set::end() const
302{

Callers 3

get_exclusion_descMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected