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

Function SIValue_IsNull

src/value.c:216–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216inline bool SIValue_IsNull(SIValue v) {
217 return v.type == T_NULL;
218}
219
220inline bool SIValue_IsFalse(SIValue v) {
221 ASSERT(SI_TYPE(v) == T_BOOL && "SIValue_IsFalse: Expected boolean");

Callers 15

FilterTree_applyFiltersFunction · 0.85
_FilterTree_Compact_AndFunction · 0.85
_FilterTree_Compact_OrFunction · 0.85
_FilterTree_Compact_XOrFunction · 0.85
ApplyUpdateEdgeFunction · 0.85
ApplyUpdateNodeFunction · 0.85
AR_EXP_ReduceToScalarFunction · 0.85
AR_LEFTFunction · 0.85
AR_LTRIMFunction · 0.85
AR_RIGHTFunction · 0.85
AR_RTRIMFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected