| 542 | |
| 543 | |
| 544 | const char * |
| 545 | GetPidForIndexBuild() |
| 546 | { |
| 547 | if (get_pid_for_index_build_hook != NULL) |
| 548 | { |
| 549 | return get_pid_for_index_build_hook(); |
| 550 | } |
| 551 | |
| 552 | return NULL; |
| 553 | } |
| 554 | |
| 555 | |
| 556 | const char * |
no outgoing calls
no test coverage detected