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