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

Method is_pread_capable

src/iocore/cache/CacheVC.cc:1063–1067  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1061}
1062
1063bool
1064CacheVC::is_pread_capable()
1065{
1066 return !f.read_from_writer_called;
1067}
1068
1069bool
1070CacheVC::set_pin_in_cache(time_t time_pin)

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected