Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
194
file_time_type
195
last_write_time(file_status const &fs) {
196
return chrono_cast(m_time(fs._stat, meta::CaseArg));
197
}
198
199
file_time_type
200
access_time(file_status const &fs) {
Callers
11
test_swoc_file.cc
File · 0.85
modify_time
Function · 0.85
backgroundEvent
Method · 0.85
load
Method · 0.85
findByEffectivePath
Method · 0.85
test_PluginDso.cc
File · 0.85
insert
Method · 0.85
invoke
Method · 0.85
load
Method · 0.85
operator()
Method · 0.85
update_time
Method · 0.85
Calls
3
chrono_cast
Function · 0.85
m_time
Function · 0.85
status
Function · 0.85
Tested by
no test coverage detected