| 49 | } |
| 50 | |
| 51 | void IndexBuilderGlobalQueues::consume(NodeBatchInsertErrorHandler& errorHandler) { |
| 52 | for (auto index = 0u; index < NUM_HASH_INDEXES; index++) { |
| 53 | maybeConsumeIndex(index, errorHandler); |
| 54 | } |
| 55 | } |
| 56 | |
| 57 | void IndexBuilderGlobalQueues::maybeConsumeIndex(size_t index, |
| 58 | NodeBatchInsertErrorHandler& errorHandler) { |
no outgoing calls
no test coverage detected