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

Method get_full_filename

include/proxy/logging/LogObject.h:150–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 return m_filename;
149 }
150 inline const char *
151 get_full_filename() const
152 {
153 return (m_alt_filename ? m_alt_filename : m_filename);
154 }
155 inline const char *
156 get_base_filename() const
157 {

Calls

no outgoing calls

Tested by

no test coverage detected