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

Function Schema_GetName

src/schema/schema.c:314–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314const char *Schema_GetName
315(
316 const Schema *s
317) {
318 ASSERT(s);
319 return s->name;
320}
321
322int Schema_GetID
323(

Callers 14

ApplyLabelsFunction · 0.85
Constraint_ReplicateFunction · 0.85
EnforceUniqueEntityFunction · 0.85
AR_LABELSFunction · 0.85
AddSchemaFunction · 0.85
GraphEntity_ToStringFunction · 0.85
_JsonEncoder_NodeFunction · 0.85
_JsonEncoder_EdgeFunction · 0.85
_EmitConstraintFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected