Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ BubbleSwapItem
Function
BubbleSwapItem
Source/items.cpp:3340–3347 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3338
}
3339
3340
void BubbleSwapItem(ItemStruct *a, ItemStruct *b)
3341
{
3342
ItemStruct h;
3343
3344
h = *a;
3345
*a = *b;
3346
*b = h;
3347
}
3348
3349
void SortSmith()
3350
{
Callers
3
SortSmith
Function · 0.85
SortWitch
Function · 0.85
SortHealer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected