MCPcopy Create free account
hub / github.com/comaps/comaps / Order

Function Order

generator/final_processor_utils.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void Order(std::vector<FeatureBuilder> & fbs)
31{
32 std::sort(std::begin(fbs), std::end(fbs), Less);
33}
34
35void OrderTextFileByLine(std::string const & filename)
36{

Callers 1

ProcessMethod · 0.85

Calls 2

beginFunction · 0.50
endFunction · 0.50

Tested by

no test coverage detected