returns index type
| 433 | |
| 434 | // returns index type |
| 435 | IndexType Index_Type |
| 436 | ( |
| 437 | const Index idx |
| 438 | ) { |
| 439 | ASSERT(idx != NULL); |
| 440 | |
| 441 | return idx->type; |
| 442 | } |
| 443 | |
| 444 | // returns index graph entity type |
| 445 | GraphEntityType Index_GraphEntityType |
no outgoing calls
no test coverage detected