Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YACReader/yacreader
/ naturalSortLessThanCILibraryItem
Function
naturalSortLessThanCILibraryItem
common/qnaturalsorting.cpp:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
bool naturalSortLessThanCILibraryItem(LibraryItem *left, LibraryItem *right)
42
{
43
return naturalSortLessThanCI(left->name, right->name);
44
}
Callers
nothing calls this directly
Calls
1
naturalSortLessThanCI
Function · 0.85
Tested by
no test coverage detected