Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ IsSorted
Method
IsSorted
src/drawable_list.cpp:39–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
bool DrawableList::IsSorted() const {
40
return std::is_sorted(_list.begin(), _list.end(), DrawCmp);
41
}
42
43
void DrawableList::Sort() {
44
// stable sort to work around a flickering event sprite issue when
Callers
2
drawable_list.cpp
File · 0.80
testAppend
Function · 0.80
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected