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

Function Schema_GetID

src/schema/schema.c:322–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320}
321
322int Schema_GetID
323(
324 const Schema *s
325) {
326 ASSERT(s);
327 return s->id;
328}
329
330// return schema type
331SchemaType Schema_GetType

Callers 15

_Constraint_CreateFunction · 0.85
_RdbLoadConstaintFunction · 0.85
AR_SHORTEST_PATHFunction · 0.85
AR_HAS_LABELSFunction · 0.85
UpdateNodeLabelsFunction · 0.85
_QueryGraphSetNodeLabelFunction · 0.85
QGNode_GetLabelIDFunction · 0.85
_update_label_idFunction · 0.85
ExpandIntoInitFunction · 0.85
_CommitNodesBlueprintFunction · 0.85
_CommitEdgesBlueprintFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected