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

Function _create_anon_alias

src/ast/ast.c:667–675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

665}
666
667static inline char *_create_anon_alias
668(
669 const uint32_t anon_count
670) {
671 char *alias;
672 int rc __attribute__((unused));
673 rc = asprintf(&alias, "@anon_%" PRIu32, anon_count);
674 return alias;
675}
676
677const char *AST_ToString
678(

Callers 1

AST_ToStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected