Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/DevilutionX
/ LoadAndValidateItemData
Function
LoadAndValidateItemData
Source/loadsave.cpp:340–344 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
338
}
339
340
void LoadAndValidateItemData(LoadHelper &file, Item &item)
341
{
342
LoadItemData(file, item);
343
RemoveInvalidItem(item);
344
}
345
346
void LoadPlayer(LoadHelper &file, Player &player)
347
{
Callers
4
LoadPlayer
Function · 0.85
LoadItem
Function · 0.85
LoadPremium
Function · 0.85
LoadStash
Function · 0.85
Calls
2
LoadItemData
Function · 0.85
RemoveInvalidItem
Function · 0.85
Tested by
no test coverage detected