Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ is_readable
Function
is_readable
lib/swoc/src/swoc_file.cc:218–221 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
216
}
217
218
bool
219
is_readable(const path &p) {
220
return 0 == access(p.c_str(), R_OK);
221
}
222
223
path
224
temp_directory_path() {
Callers
4
test_swoc_file.cc
File · 0.85
RecCoreInit
Function · 0.85
loadSpan
Method · 0.85
load
Method · 0.85
Calls
1
c_str
Method · 0.45
Tested by
no test coverage detected