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

Method ST_ItemIterator

crawl-ref/source/stash.cc:1874–1879  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1872//////////////////////////////////////////////
1873
1874ST_ItemIterator::ST_ItemIterator()
1875{
1876 m_stash_level_it = StashTrack.levels.begin();
1877 new_level();
1878 //(*this)++;
1879}
1880
1881ST_ItemIterator::operator bool() const
1882{

Callers

nothing calls this directly

Calls 2

new_levelFunction · 0.85
beginMethod · 0.45

Tested by

no test coverage detected