returns index graph entity type
| 443 | |
| 444 | // returns index graph entity type |
| 445 | GraphEntityType Index_GraphEntityType |
| 446 | ( |
| 447 | const Index idx |
| 448 | ) { |
| 449 | ASSERT(idx != NULL); |
| 450 | |
| 451 | return idx->entity_type; |
| 452 | } |
| 453 | |
| 454 | // returns number of fields indexed |
| 455 | uint Index_FieldsCount |
no outgoing calls
no test coverage detected