Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
LogBuffer
Method · 0.80
_add_buffer_header
Method · 0.80
_manage_object
Method · 0.80
transfer_objects
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected