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

Function SI_TransferStringVal

src/value.c:108–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108SIValue SI_TransferStringVal(char *s) {
109 return (SIValue) {
110 .stringval = s, .type = T_STRING, .allocation = M_SELF
111 };
112}
113
114SIValue SI_Point(float latitude, float longitude) {
115 return (SIValue) {

Callers 15

SIValue_FromBinaryFunction · 0.85
_RdbLoadSIValueFunction · 0.85
_RdbLoadSIValueFunction · 0.85
_RdbLoadSIValueFunction · 0.85
_RdbLoadSIValueFunction · 0.85
_RdbLoadSIValueFunction · 0.85
_RdbLoadSIValueFunction · 0.85
AR_LEFTFunction · 0.85
AR_RTRIMFunction · 0.85
AR_REVERSEFunction · 0.85
AR_SUBSTRINGFunction · 0.85
AR_JOINFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected