MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / Sort

Method Sort

src/Core/System/MountablePath.cpp:110–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 }
109
110 void MountablePath::Sort()
111 {
112 std::sort(MountedPaths.begin(), MountedPaths.end(),
113 [](const MountablePath& first, const MountablePath& second) {
114 return first.priority > second.priority;
115 });
116 }
117} // namespace obe::System

Callers

nothing calls this directly

Calls 3

sortFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected