MCPcopy 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
114void
115Configuration::add_host_configuration(HostConfiguration *hc)
116{
117 host_configurations_.push_back(hc);
118}
119
120void
121HostConfiguration::update_defaults()

Callers 1

ParseMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected