Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
241
std::string EventProcessor::GetAllAsJson() {
242
return nlohmann::json(json_entries).dump();
243
}
244
245
246
void EventProcessor::SaveToFile() {
Callers
1
WebserverThread
Function · 0.80
Calls
1
dump
Method · 0.80
Tested by
no test coverage detected