| 669 | } |
| 670 | |
| 671 | int rcli_is_ready(RCLIHandle handle) { |
| 672 | if (!handle) return 0; |
| 673 | auto* engine = static_cast<RCLIEngine*>(handle); |
| 674 | return engine->initialized ? 1 : 0; |
| 675 | } |
| 676 | |
| 677 | // ============================================================================= |
| 678 | // Live Voice Pipeline (macOS) |
nothing calls this directly
no outgoing calls
no test coverage detected