MCPcopy 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
41bool naturalSortLessThanCILibraryItem(LibraryItem *left, LibraryItem *right)
42{
43 return naturalSortLessThanCI(left->name, right->name);
44}

Callers

nothing calls this directly

Calls 1

naturalSortLessThanCIFunction · 0.85

Tested by

no test coverage detected