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

Method cleanup_all

src/proxy/http/HttpVCTable.cc:128–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128void
129HttpVCTable::cleanup_all()
130{
131 for (int i = 0; i < vc_table_max_entries; i++) {
132 if (vc_table[i].vc != nullptr) {
133 cleanup_entry(vc_table + i);
134 }
135 }
136}

Callers 1

kill_thisMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected