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

Method writes_to_pipe

include/proxy/logging/LogObject.h:205–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203 }
204
205 inline bool
206 writes_to_pipe() const
207 {
208 return (m_flags & WRITES_TO_PIPE) ? true : false;
209 }
210 inline bool
211 writes_to_disk()
212 {

Callers 3

open_local_pipesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected