Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BeneficialCode/WinArk
/ DoSort
Method
DoSort
WinArk/KernelPoolView.cpp:467–471 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
465
}
466
467
void CKernelPoolView::DoSort() {
468
std::sort(m_Tags.begin(), m_Tags.end(), [this](const auto& i1, const auto& i2) {
469
return CompareItems(*i1, *i2);
470
});
471
}
472
473
void CKernelPoolView::SetToolBar(HWND hWnd) {
474
Callers
nothing calls this directly
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected