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

Function _SetUndirty

src/graph/rg_matrix/rg_wait.c:12–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10#include "configuration/config.h"
11
12static inline void _SetUndirty
13(
14 RG_Matrix C
15) {
16 ASSERT(C);
17
18 C->dirty = false;
19
20 if(RG_MATRIX_MAINTAIN_TRANSPOSE(C)) {
21 C->transposed->dirty = false;
22 }
23}
24
25static void RG_Matrix_sync_deletions
26(

Callers 1

RG_Matrix_waitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected