MCPcopy Create free account
hub / github.com/dobin/RedEdr / AnalyzeNewEvents

Method AnalyzeNewEvents

RedEdr/event_processor.cpp:183–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

EventProcessorThreadFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected