Searched refs:command_func (Results 1 – 1 of 1) sorted by relevance
173 const auto& command_func = command_map.at(command_type); in HandleMessageFromMinadbd() local174 const auto [result, should_continue] = command_func(); in HandleMessageFromMinadbd()