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

Method GetAllAsJson

RedEdr/event_processor.cpp:241–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239
240
241std::string EventProcessor::GetAllAsJson() {
242 return nlohmann::json(json_entries).dump();
243}
244
245
246void EventProcessor::SaveToFile() {

Callers 1

WebserverThreadFunction · 0.80

Calls 1

dumpMethod · 0.80

Tested by

no test coverage detected