Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ add_host_configuration
Method
add_host_configuration
plugins/compress/configuration.cc:114–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
};
113
114
void
115
Configuration::add_host_configuration(HostConfiguration *hc)
116
{
117
host_configurations_.push_back(hc);
118
}
119
120
void
121
HostConfiguration::update_defaults()
Callers
1
Parse
Method · 0.80
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected