MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / ResultSetStat_init

Function ResultSetStat_init

src/resultset/resultset_statistics.c:33–40  ·  view source on GitHub ↗

initialize resultset statistics

Source from the content-addressed store, hash-verified

31
32// initialize resultset statistics
33void ResultSetStat_init
34(
35 ResultSetStatistics *stats // resultset statistics to initialize
36) {
37 ASSERT(stats != NULL);
38
39 memset(stats, 0, sizeof(ResultSetStatistics));
40}
41
42// emit resultset statistics
43void ResultSetStat_emit

Callers 1

NewResultSetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected