Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
SIValue SI_BoolVal(int b) {
52
return (SIValue) {
53
.longval = b, .type = T_BOOL, .allocation = M_NONE
54
};
55
}
56
57
SIValue SI_PtrVal(void *v) {
58
return (SIValue) {
Callers
15
SIValue_FromBinary
Function · 0.85
_FilterTree_Compact_And
Function · 0.85
_FilterTree_Compact_Or
Function · 0.85
_FilterTree_Compact_XOr
Function · 0.85
_FilterTree_Compact_Pred
Function · 0.85
_RdbLoadSIValue
Function · 0.85
_RdbLoadSIValue
Function · 0.85
_RdbLoadSIValue
Function · 0.85
_RdbLoadSIValue
Function · 0.85
_RdbLoadSIValue
Function · 0.85
_RdbLoadSIValue
Function · 0.85
_BulkInsert_ReadProperty
Function · 0.85
Calls
no outgoing calls
Tested by
12
test_recordToString
Function · 0.68
test_hashBool
Function · 0.68
test_hashLongAndBool
Function · 0.68
test_set
Function · 0.68
_build_explicit_true_tree
Function · 0.68
_build_explicit_false_tree
Function · 0.68
_build_true_tree
Function · 0.68
_build_compactable_or_true_tree
Function · 0.68
_build_deep_compactable_or_true_tree
Function · 0.68
_build_false_tree
Function · 0.68
_build_compactable_or_false_tree
Function · 0.68
_build_deep_compactable_or_false_tree
Function · 0.68