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

Function AR_RANDOMUUID

src/arithmetic/string_funcs/string_funcs.c:729–732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

727//==============================================================================
728
729SIValue AR_RANDOMUUID(SIValue *argv, int argc, void *private_data) {
730 char *uuid = UUID_New();
731 return SI_TransferStringVal(uuid);
732}
733
734void Register_StringFuncs() {
735 SIType *types;

Callers

nothing calls this directly

Calls 2

UUID_NewFunction · 0.85
SI_TransferStringValFunction · 0.85

Tested by

no test coverage detected