MCPcopy 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
218bool
219is_readable(const path &p) {
220 return 0 == access(p.c_str(), R_OK);
221}
222
223path
224temp_directory_path() {

Callers 4

test_swoc_file.ccFile · 0.85
RecCoreInitFunction · 0.85
loadSpanMethod · 0.85
loadMethod · 0.85

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected