MCPcopy 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
102SIValue SI_ConstStringVal(const char *s) {
103 return (SIValue) {
104 .stringval = (char*)s, .type = T_STRING, .allocation = M_CONST
105 };
106}
107
108SIValue SI_TransferStringVal(char *s) {
109 return (SIValue) {

Callers 15

_BulkInsert_ReadPropertyFunction · 0.85
_AR_ExpFromMapExpressionFunction · 0.85
_AR_ExpFromMapProjectionFunction · 0.85
AR_SUBSTRINGFunction · 0.85
AR_SPLITFunction · 0.85
AR_LABELSFunction · 0.85
AR_TYPEFunction · 0.85
AR_TYPEOFFunction · 0.85
GraphEntity_KeysFunction · 0.85

Calls

no outgoing calls

Tested by 5

test_recordToStringFunction · 0.68
test_empty_mapFunction · 0.68
test_map_addFunction · 0.68
test_map_removeFunction · 0.68
test_map_tostringFunction · 0.68