| 1233 | case BlockingReason::kWaitForIndexLookup: |
| 1234 | return "kWaitForIndexLookup"; |
| 1235 | default: |
| 1236 | BOLT_UNREACHABLE( |
| 1237 | fmt::format("Unknown blocking reason {}", static_cast<int>(reason))); |
| 1238 | } |
| 1239 | BOLT_UNREACHABLE(); |
| 1240 | return ""; |
no outgoing calls