Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_solve_filename_conflicts
Method · 0.80
open_local_pipes
Method · 0.80
benchmark_LogObject.cc
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected