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

Method writes_to_disk

include/proxy/logging/LogObject.h:210–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208 return (m_flags & WRITES_TO_PIPE) ? true : false;
209 }
210 inline bool
211 writes_to_disk()
212 {
213 return (m_logFile && !(m_flags & WRITES_TO_PIPE) ? true : false);
214 }
215
216 inline unsigned int
217 get_flags() const

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected