Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
314
const char *Schema_GetName
315
(
316
const Schema *s
317
) {
318
ASSERT(s);
319
return s->name;
320
}
321
322
int Schema_GetID
323
(
Callers
14
_ResultSet_VerboseReplyWithNode
Function · 0.85
_ResultSet_VerboseReplyWithEdge
Function · 0.85
ApplyLabels
Function · 0.85
Constraint_Replicate
Function · 0.85
Constraint_EnforceMandatory
Function · 0.85
EnforceUniqueEntity
Function · 0.85
AR_LABELS
Function · 0.85
AddSchema
Function · 0.85
GraphEntity_ToString
Function · 0.85
_JsonEncoder_Node
Function · 0.85
_JsonEncoder_Edge
Function · 0.85
_EmitConstraint
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected