MCPcopy Create free account
hub / github.com/PlatformLab/NanoLog / aggregation

Function aggregation

runtime/LogTest.cc:1396–1398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1394
1395int numAggregationsRun = 0;
1396void aggregation(const char*, ...) {
1397 ++numAggregationsRun;
1398}
1399
1400TEST_F(LogTest, decompressNextLogStatement) {
1401 const char *testFile = "/tmp/testFile";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected