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

Method get_base_filename

include/proxy/logging/LogObject.h:155–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153 return (m_alt_filename ? m_alt_filename : m_filename);
154 }
155 inline const char *
156 get_base_filename() const
157 {
158 return m_basename;
159 }
160
161 off_t get_file_size_bytes();
162

Callers 4

LogBufferMethod · 0.80
_add_buffer_headerMethod · 0.80
_manage_objectMethod · 0.80
transfer_objectsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected