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

Method isDrained

plugins/slice/Stage.h:109–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 }
108
109 bool
110 isDrained() const
111 {
112 return nullptr == m_reader || !reader_avail_more_than(m_reader, 0);
113 }
114};
115
116struct Stage // upstream or downstream (server or client)

Callers

nothing calls this directly

Calls 1

reader_avail_more_thanFunction · 0.85

Tested by

no test coverage detected