Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
322
int Schema_GetID
323
(
324
const Schema *s
325
) {
326
ASSERT(s);
327
return s->id;
328
}
329
330
// return schema type
331
SchemaType Schema_GetType
Callers
15
_Constraint_Create
Function · 0.85
_RdbLoadConstaint
Function · 0.85
_BulkInsert_ReadHeaderLabels
Function · 0.85
AR_SHORTEST_PATH
Function · 0.85
AR_HAS_LABELS
Function · 0.85
UpdateNodeLabels
Function · 0.85
_QueryGraphSetNodeLabel
Function · 0.85
QGNode_GetLabelID
Function · 0.85
_update_label_id
Function · 0.85
ExpandIntoInit
Function · 0.85
_CommitNodesBlueprint
Function · 0.85
_CommitEdgesBlueprint
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected