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

Function ResultSet_CachedExecution

src/resultset/resultset.c:216–222  ·  view source on GitHub ↗

update resultset cache execution statistics

Source from the content-addressed store, hash-verified

214
215// update resultset cache execution statistics
216void ResultSet_CachedExecution
217(
218 ResultSet *set // resultset to update
219) {
220 ASSERT(set != NULL);
221 set->stats.cached = true;
222}
223
224// flush resultset to network
225void ResultSet_Reply

Callers 1

_ExecuteQueryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected