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

Function SI_BoolVal

src/value.c:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51SIValue SI_BoolVal(int b) {
52 return (SIValue) {
53 .longval = b, .type = T_BOOL, .allocation = M_NONE
54 };
55}
56
57SIValue SI_PtrVal(void *v) {
58 return (SIValue) {

Callers 15

SIValue_FromBinaryFunction · 0.85
_FilterTree_Compact_AndFunction · 0.85
_FilterTree_Compact_OrFunction · 0.85
_FilterTree_Compact_XOrFunction · 0.85
_FilterTree_Compact_PredFunction · 0.85
_RdbLoadSIValueFunction · 0.85
_RdbLoadSIValueFunction · 0.85
_RdbLoadSIValueFunction · 0.85
_RdbLoadSIValueFunction · 0.85
_RdbLoadSIValueFunction · 0.85
_RdbLoadSIValueFunction · 0.85
_BulkInsert_ReadPropertyFunction · 0.85

Calls

no outgoing calls

Tested by 12

test_recordToStringFunction · 0.68
test_hashBoolFunction · 0.68
test_hashLongAndBoolFunction · 0.68
test_setFunction · 0.68
_build_true_treeFunction · 0.68
_build_false_treeFunction · 0.68