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

Method update_time

plugins/experimental/txn_box/plugin/src/text_block.cc:157–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155const HookMask Do_text_block_define::HOOKS{MaskFor(Hook::POST_LOAD)};
156
157inline Clock::time_point
158Do_text_block_define::update_time(swoc::file::file_status const &stat)
159{
160 return std::max(swoc::file::last_write_time(stat), swoc::file::status_time(stat));
161}
162
163Do_text_block_define::~Do_text_block_define() noexcept
164{

Callers

nothing calls this directly

Calls 2

last_write_timeFunction · 0.85
status_timeFunction · 0.85

Tested by

no test coverage detected