Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crawl/crawl
/ identify_inventory
Function
identify_inventory
crawl-ref/source/invent.cc:2012–2017 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2010
}
2011
2012
void identify_inventory()
2013
{
2014
for (auto &item : you.inv)
2015
if (item.defined())
2016
identify_item(item);
2017
}
Callers
3
wizard_identify_pack
Function · 0.85
end.cc
File · 0.85
_give_basic_knowledge
Function · 0.85
Calls
2
identify_item
Function · 0.85
defined
Method · 0.45
Tested by
no test coverage detected