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

Function last_write_time

lib/swoc/src/swoc_file.cc:194–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192} // namespace
193
194file_time_type
195last_write_time(file_status const &fs) {
196 return chrono_cast(m_time(fs._stat, meta::CaseArg));
197}
198
199file_time_type
200access_time(file_status const &fs) {

Callers 11

test_swoc_file.ccFile · 0.85
modify_timeFunction · 0.85
backgroundEventMethod · 0.85
loadMethod · 0.85
findByEffectivePathMethod · 0.85
test_PluginDso.ccFile · 0.85
insertMethod · 0.85
invokeMethod · 0.85
loadMethod · 0.85
operator()Method · 0.85
update_timeMethod · 0.85

Calls 3

chrono_castFunction · 0.85
m_timeFunction · 0.85
statusFunction · 0.85

Tested by

no test coverage detected