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

Method has_alternate_name

include/proxy/logging/LogObject.h:224–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222 void rename(char *new_name);
223
224 inline bool
225 has_alternate_name() const
226 {
227 return (m_alt_filename ? true : false);
228 }
229
230 inline const char *
231 get_format_string()

Callers 1

_manage_objectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected