MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / Sort

Method Sort

src/FileObject.cpp:215–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213
214
215int FileObject::Sort() {
216 return FileObject::SortVector(m_children);
217}
218
219int FileObject::SortVector(FOVector & foVect) {
220 std::sort(foVect.begin(), foVect.end(), &FileObject::CompareFO);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected