Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ Sort
Method
Sort
include/cripts/Urls.hpp:498–506 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
496
}
497
498
void
499
Sort()
500
{
501
// Make sure the hash and vector are populated
502
_parser();
503
504
std::sort(_ordered.begin(), _ordered.end());
505
_modified = true;
506
}
507
508
void
509
Flush()
Callers
nothing calls this directly
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected