Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ Index_GetLabelID
Function
Index_GetLabelID
src/index/index.c:502–509 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
500
}
501
502
int Index_GetLabelID
503
(
504
const Index idx
505
) {
506
ASSERT(idx != NULL);
507
508
return idx->label_id;
509
}
510
511
const char *Index_GetLanguage
512
(
Callers
2
_Index_PopulateNodeIndex
Function · 0.85
_Index_PopulateEdgeIndex
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected