Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ SI_ConstStringVal
Function
SI_ConstStringVal
src/value.c:102–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
}
101
102
SIValue SI_ConstStringVal(const char *s) {
103
return (SIValue) {
104
.stringval = (char*)s, .type = T_STRING, .allocation = M_CONST
105
};
106
}
107
108
SIValue SI_TransferStringVal(char *s) {
109
return (SIValue) {
Callers
15
_BulkInsert_ReadProperty
Function · 0.85
AR_EXP_NewAttributeAccessNode
Function · 0.85
_AR_EXP_FromStringExpression
Function · 0.85
_AR_ExpFromMapExpression
Function · 0.85
_AR_ExpFromMapProjection
Function · 0.85
_AR_ExpFromLabelsOperatorFunction
Function · 0.85
AR_SUBSTRING
Function · 0.85
AR_SPLIT
Function · 0.85
AR_LABELS
Function · 0.85
AR_TYPE
Function · 0.85
AR_TYPEOF
Function · 0.85
GraphEntity_Keys
Function · 0.85
Calls
no outgoing calls
Tested by
5
test_recordToString
Function · 0.68
test_empty_map
Function · 0.68
test_map_add
Function · 0.68
test_map_remove
Function · 0.68
test_map_tostring
Function · 0.68