| 155 | const HookMask Do_text_block_define::HOOKS{MaskFor(Hook::POST_LOAD)}; |
| 156 | |
| 157 | inline Clock::time_point |
| 158 | Do_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 | |
| 163 | Do_text_block_define::~Do_text_block_define() noexcept |
| 164 | { |
nothing calls this directly
no test coverage detected