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

Method has_multiple_writers

src/iocore/cache/P_CacheDir.h:223–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221 int wait(CacheVC *c, int msec);
222
223 bool
224 has_multiple_writers()
225 {
226 return num_writers > 1;
227 }
228};
229
230struct OpenDir : public Continuation {

Callers 3

open_writeMethod · 0.80
updateVectorMethod · 0.80
openWriteStartDoneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected