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

Method get_flags

crawl-ref/source/store.cc:407–410  ·  view source on GitHub ↗

////////////////////////////// Meta-data accessors and changers

Source from the content-addressed store, hash-verified

405///////////////////////////////////
406// Meta-data accessors and changers
407store_flags CrawlStoreValue::get_flags() const
408{
409 return flags;
410}
411
412store_flags CrawlStoreValue::set_flags(store_flags _flags)
413{

Callers 4

select_itemsFunction · 0.45
_renderMethod · 0.45
wizard_list_branchesFunction · 0.45
_build_overflow_templesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected