Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1063
bool
1064
CacheVC::is_pread_capable()
1065
{
1066
return !f.read_from_writer_called;
1067
}
1068
1069
bool
1070
CacheVC::set_pin_in_cache(time_t time_pin)
Callers
2
parse_range_and_compare
Method · 0.80
do_range_setup_if_necessary
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected