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

Method do_read_call

src/iocore/cache/P_CacheInternal.h:272–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272inline int
273CacheVC::do_read_call(CacheKey *akey)
274{
275 doc_pos = 0;
276 read_key = akey;
277 io.aiocb.aio_nbytes = dir_approx_size(&dir);
278 PUSH_HANDLER(&CacheVC::handleRead);
279 return handleRead(EVENT_CALL, nullptr);
280}
281
282inline int
283CacheVC::do_write_call()

Callers 2

open_readMethod · 0.80
open_writeMethod · 0.80

Calls 1

handleReadFunction · 0.50

Tested by

no test coverage detected