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