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

Function Constraint_GetType

src/constraint/constraint.c:155–161  ·  view source on GitHub ↗

returns constraint's type

Source from the content-addressed store, hash-verified

153
154// returns constraint's type
155ConstraintType Constraint_GetType
156(
157 const Constraint c // constraint to query
158) {
159 ASSERT(c != NULL);
160 return c->t;
161}
162
163// returns constraint entity type
164GraphEntityType Constraint_GetEntityType

Callers 7

_RdbSaveConstraintFunction · 0.85
Constraint_EnableFunction · 0.85
Constraint_ReplicateFunction · 0.85
Schema_GetConstraintFunction · 0.85
_EmitConstraintFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected