| 502 | } |
| 503 | |
| 504 | DebugManager::categorySignal_t::BlockGuard FilterManager::blockSlot() noexcept |
| 505 | { |
| 506 | TRACE(filter) << "Temporary disable FilterManager::connection_" << std::endl; |
| 507 | return {connection_}; |
| 508 | } |
| 509 | |
| 510 | //! \brief Helper to parse optional regex string safely |
| 511 | static command_result parseRegexParam(std::regex& target, |