| 181 | |
| 182 | |
| 183 | void EventProcessor::AnalyzeNewEvents(std::vector<std::string> events) { |
| 184 | for (std::string& entry : events) { |
| 185 | AnalyzeEventStr(entry); |
| 186 | } |
| 187 | } |
| 188 | |
| 189 | |
| 190 | void EventProcessor::PrintEvent(nlohmann::json j) { |
no outgoing calls
no test coverage detected