Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ setSort
Method
setSort
plugins/cachekey/configs.cc:126–130 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
124
}
125
126
void
127
ConfigElements::setSort(const char *arg)
128
{
129
_sort = ::isTrue(arg);
130
}
131
132
void
133
ConfigElements::setRemove(const char *arg)
Callers
1
init
Method · 0.80
Calls
1
isTrue
Function · 0.70
Tested by
no test coverage detected