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

Method LogFilterInt

src/proxy/logging/LogFilter.cc:588–594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

586}
587
588LogFilterInt::LogFilterInt(const char *name, LogField *field, LogFilter::Action action, LogFilter::Operator oper, int64_t value)
589 : LogFilter(name, field, action, oper)
590{
591 int64_t v[1];
592 v[0] = value;
593 _setValues(1, v);
594}
595
596LogFilterInt::LogFilterInt(const char *name, LogField *field, LogFilter::Action action, LogFilter::Operator oper, size_t num_values,
597 int64_t *value)

Callers

nothing calls this directly

Calls 4

getNumTokensRemainingMethod · 0.80
mapMethod · 0.45
getNextMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected