MCPcopy 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
502int Index_GetLabelID
503(
504 const Index idx
505) {
506 ASSERT(idx != NULL);
507
508 return idx->label_id;
509}
510
511const char *Index_GetLanguage
512(

Callers 2

_Index_PopulateNodeIndexFunction · 0.85
_Index_PopulateEdgeIndexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected