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

Method add_filter

src/proxy/logging/LogObject.cc:264–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264void
265LogObject::add_filter(LogFilter *filter, bool copy)
266{
267 if (!filter) {
268 return;
269 }
270 m_filter_list.add(filter, copy);
271}
272
273// we compute the object signature from the fieldlist_str and the printf_str
274// of the LogFormat rather than from the format_str because the format_str

Callers 2

decodeLogObjectMethod · 0.80
add_filter_to_allMethod · 0.80

Calls 1

addMethod · 0.45

Tested by

no test coverage detected