Searched refs:command_source (Results 1 – 1 of 1) sorted by relevance
89 for (auto& command_source : command_sources_) { in Run() local90 if (command_source->Enabled()) { in Run()91 auto commands = CF_EXPECT(command_source->Commands()); in Run()