MCPcopy Create free account
hub / github.com/apache/trafficserver / get_config

Function get_config

plugins/stats_over_http/stats_over_http.cc:1009–1017  ·  view source on GitHub ↗

standard api below...

Source from the content-addressed store, hash-verified

1007
1008// standard api below...
1009static config_t *
1010get_config(TSCont cont)
1011{
1012 config_holder_t *configh = (config_holder_t *)TSContDataGet(cont);
1013 if (!configh) {
1014 return 0;
1015 }
1016 return configh->config;
1017}
1018
1019static void
1020load_config_file(config_holder_t *config_holder)

Callers 1

stats_originFunction · 0.85

Calls 1

TSContDataGetFunction · 0.85

Tested by

no test coverage detected