Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
230
struct OpenDir : public Continuation {
Callers
3
open_write
Method · 0.80
updateVector
Method · 0.80
openWriteStartDone
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected