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

Method badSymbols

include/proxy/logging/LogField.h:262–266  ·  view source on GitHub ↗

Return blank-separated list of added bad symbols.

Source from the content-addressed store, hash-verified

260 // Return blank-separated list of added bad symbols.
261 //
262 std::string_view
263 badSymbols() const
264 {
265 return _badSymbols;
266 }
267
268 // noncopyable
269 // -- member functions that are not allowed --

Callers 1

resolve_custom_entryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected